Can you give the Example for the structure of an ABAP program?
REPORT...
NODES: SPFLI, SFLIGHT.
DATA:...
INITIALIZATION.
AT SELECTION-SCREEN.
START-OF-SELECTION.
GET SPFLI...
GET SFLIGHT...
GET SPFLI LATE.
END-OF-SELECTION.
FORM...
ENDFORM.
What is a report?
In real time how we get the tickets? whether it is through email or any thing else.
How can I make a differentiation between dependent and independent data?
What is the project you are currently working and work that you are doing
what is tablemaintanance generator ? how to create it?
What are the pre requisites for For all Entries?
what is the variable to be used in sap scripts to find the total number of pages of the print job?
Tell me that any enhancement object comes under which category? either implementation or in support project
how to identify all the BDC Programs running in Client SAP Environment
Can we modify data in data base table using view?
how can u write in single program call transaction and session method logic? if u
2 Answers Enteg Technologies, Wipro,
Why are insert and append statement used in sap abap?