Hello Gurus
User asked some modifications on some data showed on transaction FBL5N
Step 1- The FBL5N extracts all open items for a single customer at one date.
Step2-Click on Environment -> Correspondence -> Request->new window insert SAP13 (Customer Statement)
Step3->insert Last data statement and current data statement
Step4-> Click on Environment -> Correspondence -> Display
Step5 Appears a print with Customer Statement Open Item
I need 1 information
1) How can I understand what is the sapscript , in debug i see this code :
CALL FUNCTION 'OPEN_FORM'
EXPORTING
archive_index = h_archive_index
archive_params = h_archive_params
device = htddevice
dialog = hdialog
form = ' '
OPTIONS = itcpo
IMPORTING
RESULT = itcpp
EXCEPTIONS
form = 5.
how you can see the variable form is ' ' .
How can i know what is the sapscript to change???
Thanks in advance
Edited by: Paolo9999 on Jan 19, 2012 2:23 PM
Edited by: Paolo9999 on Jan 19, 2012 2:51 PM
Edited by: Paolo9999 on Jan 19, 2012 3:08 PM