‎2009 Mar 04 4:33 AM
Hai Friends,
In the standard transaction QE71 we have written an include program to update the QALS table . how can i get this include from the main program to do the changes.
‎2009 Mar 05 7:29 AM
Hi,
Please follow the steps given below:
1) In the report program(RQETBM10), goto Edit menu ->Enhancement Operations ->Show Implicit Enhancement Options and find the place where you can enhance and write your own code in the standard SAP program.
2) When the cursor is placed in a particular line, agian goto Edit menu ->Enhancement Operations ->Create. A pop-up window opens and there you enter your enhancement name.
3) Finally create a include inside that enhancement and implement your own logic. Then activate both your include as well as the enhancement in the main program.
‎2009 Mar 04 5:52 AM
Hi,
You can try this Goto->Object Directory Entry from Menu Bar.
Regards,
Prateek.
‎2009 Mar 05 3:23 AM
Hi Dude,
The only way to include a program by the concept called enhancement ..
‎2009 Mar 05 7:29 AM
Hi,
Please follow the steps given below:
1) In the report program(RQETBM10), goto Edit menu ->Enhancement Operations ->Show Implicit Enhancement Options and find the place where you can enhance and write your own code in the standard SAP program.
2) When the cursor is placed in a particular line, agian goto Edit menu ->Enhancement Operations ->Create. A pop-up window opens and there you enter your enhancement name.
3) Finally create a include inside that enhancement and implement your own logic. Then activate both your include as well as the enhancement in the main program.