简体   繁体   中英

why this abap call dialog statement is valid?

I found an abap statement like this

CALL DIALOG 'RF_TABELLE_030'
    EXPORTING T020-AKTYP MSMOD IMP-GRUPP FROM 'BIL'
    IMP-KTOSL FROM 'BIL'
    IMPORTING MSGNR TBSPR TDDAT-CCLASS.

I can't find the matching syntax of it from the latest abap keyword document. I guess it might be valid in older abap release(for example, 620), but I can't find the document (the earliest I can find is for 731). please help! many thanks!

You can find the documentation of CALL DIALOG in the Obsolete Calls section. It is a valid (but deprecated) statement.

CALL DIALOG AS ABAP Release 756

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM