Answer Posted / golla.s
Structure of ABAP/4 program is
Report Defination,
Table/data Defination
Intialization
Screen Select options
Selection screen events
Start Of Selection
Performsandother events
End of selection
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
In sap scripts, how will you link form with the event driven?
What are the attributes of the data? : abap data dictionary
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required: Sales Org Delivery type Sales document type Optional: Planned Goods movement date Option to choose E-Mail E-mail Address Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields, Success/Error (S/E) Sales Document number Delivery number New Debit memo request number Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
What is a data dictionary? : sap abap data dictionary
What are aggregated objects
What are the time related infotypes? : abap hr
What are the types of data types in the sap abap?
What are the sequences of event block?
Explain the table, which contain the details of all the name of the programs and forms?
What is table buffer?
when do you need to create an internal table with header line ? and with out a header line?
What is an “on request field” statement?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
what are the important fields while preparing sales order,inquiry?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue