Quantcast
Channel: SCN: Message List - SAP Script Problem
Browsing all 4 articles
Browse latest View live

SAP Script Problem

Dear All,  Can some body help me in this i have write some code to print the data into sap script i have write select statement and now data is in internal table and i write  Loop write_form endloop it...

View Article



Re: SAP Script Problem

open form is must in any script. we have to open the script form with open_form statement.that might be the reason for getting open_form is missing.  Form OPEN_FORM .CALL FUNCTION 'OPEN_FORM'...

View Article

Re: SAP Script Problem

Example:CALL FUNCTION 'OPEN_FORM'     EXPORTING         APPLICATION        = 'TX' *         ARCHIVE_INDEX      = ' ' *         ARCHIVE_PARAMS     = ' '         DEVICE             = 'LOCL'...

View Article

Re: SAP Script Problem

The function module OPEN_FORM opens form printing. You must call this function module before you can use any other form function (WRITE_FORM, START_FORM, CONTROL_FORM...). You need not specify a form...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images