cancel
Showing results for 
Search instead for 
Did you mean: 

modifying rvorder01 standard script

Former Member
0 Kudos

hi friends

i want to modify rvorder01 form, how can i make changes in main window.

how to understand editor text of main window.

there are lots of elements ,how to understand driver program apart from this.

thanks&regards

deepika..

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Deepika,

You can't directly modify a standard SAP Script. Copy the standard SAP Script rvorder01 to Z (Customized form) sapscript.

Once you have copied it to customized form, you can make the neccessary changes required in Main Window.

By going through the driver program flow you will be able to understand the elements of the SAP Script.

You can get the driver program name in TNAPR table.

Hope this may be useful..

Regards,

Prashant

Former Member
0 Kudos

this is the Print porgam for OC fom RVADOR01,

first copy the standrd script from client 000 to EN language, then you can modify the main window based on requirement then assing your Zscript to stanard pront porgram in NACE

Goto NACE tcode select application V1 then click output types there you can find the output type then assing Zscript..

Former Member
0 Kudos

Hi deepika,

Do onething...first gothrough the spec once...how the user wants the form...then activate debugger in script...goto se71...In the menu path u will find activate debugger....then debug..and give the field names what they mention in the spec....and check whether all values r coming...if so it is easy else write subroutine program ( form routine in porogram ) and Perform in script....

Former Member
0 Kudos

And regarding ur driver program......Go to nace command and see ur output type....In tat u can find ur program name form name and one more thing...form routine will be there....copy tat form routine and search in driver program some where it is used in program...put break point over there...u can find each and every values over there...check in open form.

Former Member
0 Kudos

Hi,

Your question is very generic. Could you be more specific.

or else, check the below link

http://www.thespot4sap.com/articles/SAPscript_example_walkthrough_invoice.asp

Regards,

Pankaj