2

​Misunderstanding of sap call dialog syntax in my code base

 1 year ago
source link: https://answers.sap.com/questions/13772789/misunderstanding-of-sap-call-dialog-syntax-in-my-c-1.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client
55 minutes ago

​Misunderstanding of sap call dialog syntax in my code base

10 Views Last edit 52 minutes ago 6 rev

Hello, i don't understand of what is going on with syntax of "CALL DIALOG" in my code base.

Code look like:

DATA status1(1) TYPE C.
DATA status2(1) TYPE C.
status1 = 'U'.
status2 = 'U'.
CALL DIALOG 'FM_ANZEIGE' EXPORTING foo FROM t1-foo status1 status2.

my question is: what is the purpose for status1 status2.

I have not found it in documentation for CALL DIALOG keyword https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-us/abapcall_dialog.htmsyntax of exporting is like this EXPORTING p1 FROM a1 p2 FROM a2 ... no aditional for status1 etc.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK