Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP SCRIPT

Former Member
0 Likes
641

Friends,

I am working on standard layout LVSTALISTE and the print program is RLVSDR40.

I have copied std layout to a Z layout and modified it accordingly. I would like to test this with an example but not sure how my zlayout will be recognised by the transaction i am trying to print. Not sure what is the application and the output type. Transaction i am trying to print is LT31. I would appreciate if somebody can let me know the process in sequence.

Thanks,

Dev

5 REPLIES 5
Read only

Former Member
0 Likes
572

hi,

assing modifed script form to it's print program before test by using NACE transaction code.

look, if any changes are required to standard print program based on chaged script form . if necessary u can do it with FORM ROUTINEES, for theat one u define subroutine and call that one in script editor.

    • <u>declare subroutinee in print program</u>

<b>form <name> tables input structure itcsy

input structure itcsy

**here u write logic as per u needs.

endform.</b>

<u>**call subroutinee in script editor.</u>

<b>/: perform <name> in program <name of printprogram>

/: using < parameter>

/:chaging <parameter>

/: endperform</b>

***here u write logic to print in form

/ .......

after adapting script form and print programs , we assisgn both by using NACE tr code.

way to finding the output type.

nace-->choose application>select output type>and select processing routinees> select edit--> here provide program and form medium -


> save.

still u r not getting output type, once try with

<u><b>picking output type EK00</b></u>.

even if u not getting proper result, consult u r functional consultant because output types are created by functional people.

regards,

AshokReddy.

Message was edited by:

ashok reddy

Message was edited by:

ashok reddy

Read only

0 Likes
572

Ashok,

I am done with the custom changes and would like to test it to see the modifications r ok or not. I don't have any information about which application and Output types to use in order to assign this layout. Is there a way to find this out for PICKLIST.

Thanks,

Sukanya Desai

Read only

Former Member
0 Likes
572

Hi Dev Reddy,

goto tcode: NACE, select the related domain and "press output type", select the output type and assign your print program.

cheers,

shaik

Read only

0 Likes
572

Shaik,

As i specified earlier i don't have any information on application and the order type to be used. How do i find them?

Thanks,

Sukanya Desai

Read only

0 Likes
572

Hi Dev,

You dont have to do anything. Ask your functional guy to configure your form and remove the standard form.

Get back to me if you got any issues.

Thanks

Aneesh.