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

Standard script modification

Former Member
0 Likes
723

Hi,

As I need to add a new field to Standard Script, Can anyone give me the entire procedure for

1) how to start the modification,

2) how to modify the same in Print program,

3) how to attach that to script

etc.

thnx

Revanth

**points will be awarded

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
695

Hi

1) how to start the modification: create a copy and change it

2) how to modify the same in Print program: perhaps you don't need to change it but you can call a perform from sapscript too.

3) how to attach that to script: it depends on SAP module, run trx NACE for logistic

Max

5 REPLIES 5
Read only

Former Member
0 Likes
696

Hi

1) how to start the modification: create a copy and change it

2) how to modify the same in Print program: perhaps you don't need to change it but you can call a perform from sapscript too.

3) how to attach that to script: it depends on SAP module, run trx NACE for logistic

Max

Read only

Former Member
0 Likes
695

Hi,

Thanks for the response.

Can u tell me the steps to do in NACE to attach the script to print program.

thanx

Read only

0 Likes
695

Revanth,

NACE is a transaction used by Fnl Consultants to attach the form to the print program and also configure the Application like Billing or Sales or someother to their corresponding output type,Processing Routines and Partner Functions.

For more on this you can get in touch with your Functional Consultant.

K.Kiran.

Read only

Former Member
0 Likes
695

Hi,

Layout set.

1. Type t_code (Se71 ) then press enter.

2. Go to utilities menu then select copy from Client option.

Source form = Standard Script name

Client = 20

Target form. = Zxxxx

After that Click on execute button.

3. Go to se71 enter the form name click on change button and do the changes accordingly then save the form and activate.

Print Program .

4. Type t-code (se38) then enter standard program name and copy into z followed by program name(zxxx) change it accordingly then save and activate.

Attaching layout set and print program.

1.Type t_code NACE select application like v1 (sales) or v2 (shipping) …. Then select output type option.

2. Select position button then pass output type then click on change icon.

3.Click on details button then click on processing program or routines.

4 Click on position button pass the output type then pass the zprogram and z layout set name which you have created then save and create a request.

Thanks & regards,

Vasudeva Rao.

Read only

Former Member
0 Likes
695

hi,

<b>follow this navigation to change the standard script.</b>

1)goto SE71.

2)provide name for SCRIPT( begin with Z)

3)select CREATE option.

4)press ENTER.

5)select FORM option(u find this option on top of the screen).

6)from that choose MIGRATE option.

7)then it will displays dialog screen with required field like FORM( provide standard form name) and LANGUAGE( here provide in which language form exisisting).

8)press ENTER.

9)select SAVE and ACTIVATE.

<b>or</b>

1) goto SE71

2) menu..UTILITIES -> COPY FROM CLIENT.

<b>procedure to add fields.</b>

1)goto SE71.

2)provide FORM( which you migrated).

3)slect PAGE WINDOWS.

4)select EDIT option.

5)select WINDOW required for adding a field.

6)select EDIT option.

7)from that choose ELEMENT( also called TEXT ELEMENTS)

8)goto------>EDITOR.

Here you enter field as per your needs.

      • i give sample code

AS modifying layout <>

/: if &ekko-lifnr& > 50000

/ plant id is 300

/: endif.

9)after completion of entering element goto BACK.

10)choose SAVE.

11)ACTIVATE. regards

<b>follow this navigation to attach print program to it's script.</b>

1) execute NACE

2) here select application .V1 ( sales order)

3) select an OUTPUT TYPE option in this select BA00

4) select PROCESSING ROUTINES option.

5) select EDIT mode

6) now assign changed form to it's print program.

7) choose SAVE

regards,

Ashok Reddy