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 Posted / 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 |
Post New Answer View All Answers
Explain the Importance of pa20? : abap hr
What is full form of bdc session? : abap bdc
What are the relational operations that can be performed on view in sap? : abap data dictionary
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
What is payroll area
Can you create an internal table dynamically?(at run time)
What are the functional areas, user groups? How does abap query work in relation to these?
What are the parameters in bdc_insert? : abap bdc
What are aggregated objects : abap data dictionary
How to debug rfc function module?
How can we declare a table control in the abap/4 program?
What is database utility? : abap data dictionary
Which bdc you prefer? : abap bdc
How to handle error in session method? : abap bdc
What is tcode se16? For what is it used.