what are the events in sap script print progam.
Answers were Sorted based on User's Feedback
Answer / sujoy pal
as SAPscript print program itself is a report program and
it does not create any secondary lists, all the events for
Basic List will be applicable here.
Initialization.
At selection-screen.
start-of-selection.
end-of-selection.
Is This Answer Correct ? | 8 Yes | 3 No |
Answer / mayuri
SAP Print Program or events are 4 types.
1. At new
2. At end
3. At first
4. At last
Is This Answer Correct ? | 3 Yes | 8 No |
Answer / suji
OPEN_FORM function
CLOSE_FORM function
WRITE_FORM
START_FORM function
END_FORM function
CONTROL_FORM function
Is This Answer Correct ? | 3 Yes | 8 No |
What are aggregated objects : abap data dictionary
which of the following are used to define data in abap 1)parametrs 2)tables 3)class 4)data
There is a file in application server. How can you upload it and separate it as per different fields?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
Why do we use types statement in abap programming?
what is the role of ST05 in performance tuning?
how to print amount in words in alv ?? will the function module spell_amount work ??
How manny master idocs 10 recievers of same data?
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
How do you delete duplicate records from internal table?
can anyone tell me how to code bdc program with 2 or 3 conditions in g/l account master(fi/co) how to make logic in choosing radio button automaticaly (for balance sheet and profit loss accout in our case.)
What does import and export do?