how can you call two forms in one sap sprict print program
Answer / rizwan
Using the function module
OPEN_FORM
START_FORM "opening Layout1
WRITE_FORM
END_FORM "Closing layout1
START_FORM "Opening Layout2
WRITE_FORM
END_FORM "Closing Laoyut2
CLOSE_FORM
Is This Answer Correct ? | 7 Yes | 0 No |
what is Delivery? In which tables delivery data will be stored?
what is the diffreence between sap memory and abap memory plz give the example
what is the field to be used in field catalog of an ALV report to hide the relevant column in the list?
three jobs are there if one fails wat happens?
How do we use BDC in real production scenarios ? Is BDC used on regular periodic intervals to upload data into SAP ? (say you recieve the data daily from non-sap system, like mainframes and you update the data in SAP) OR Is BDC used on adhoc basis ?
Write the bdc table structure? : abap bdc
What are the basic objects of the data dictionary?
What are the personnel administration related infotypes? : abap hr
Proxy Programming with ABAP - How to develop the Proxy identification through programming
Can we use transfer dataset to transfer data in internal table ?
what is badi?
Explain different types of locks?