When we copy any Driver Program from Nace............when we
copy into zprog,when we activate how it was linking to that
particular std layout............what happening to the
previous driver prog?
Answer / buddula15
In The NACE transaction you have to provide zprogram name
and standard Form. System will take care of linking the form
to the zprogram.
But We should not modify a Driver Program. Instead of
modifying Driver program, Using external subroutines we can
write code for the print program without modifying tha
standard Driver Program.
Incase if you want to modify the standard driver program you
can copy the program and you can modify it. After changing
the Driver program configurations has to maintained in NACE
transaction and provide modified changed program in the NACE
for the standard Form. But it is not recommended to change
print program.
Buddula15
Is This Answer Correct ? | 12 Yes | 0 No |
what are value table and check table ?and what are the difference between them?
Does the call transaction method allow multiple transactions to be processed by sap?
What is tmg?
Suppose i have table with 2 columns say 1st with Numerics and 2nd with words like 1 for one and 2 for two......so.if i want to change the 9 numeric word as some twenty...how?
What are the different methods of passing data? : abap modularization
Hello all ABAP gurus. I want to ask 2 3 qtns.1)How many layou types we have in smartforms & difference between them..? 2)how to do pagebreaks in SMARTFORMS..? 3)Do we develope Smartform from scratch or do we use standard smartforms in real time..? please rply me... & thanks in advance.
Is the basic list deleted when the new list is created?
In a report there is a basic list and 20 secondary lists. I have written Initialisation event and Top-OF-PAGE event in all of them. So how many times Initialisation and TOP-OF-PAGE event triggers?
Open-Form and Start-Form?
What is at exit-command:?
What is lock objects? : sap abap data dictionary
What is the difference between a pool table and a transparent table?