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

How to Modify standard Sapscripts

Former Member
0 Likes
505

Dear All,

How to Modify standard sapscripts .

Form name is : PM_COMMON.

Programme name is : RIPRJT00

My requirement is add two fields and Modify layout.

Regards

Das

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
388

Hi Chandan,

In se71 go to utilities--> Copy from client

then give source form name, source client 000 and targer form name and then execute it.

then open the form in de language in change mode

and then goto utilities---> Convert Original language

change the language from DE to EN

again come back and open the form in EN lang in Change mode and then you can do the changes required.

As far adding fields you can pass subroutine in the script.

Feel free to ask if you have any doubt.

Regards,

Vijay

2 REPLIES 2
Read only

Former Member
0 Likes
389

Hi Chandan,

In se71 go to utilities--> Copy from client

then give source form name, source client 000 and targer form name and then execute it.

then open the form in de language in change mode

and then goto utilities---> Convert Original language

change the language from DE to EN

again come back and open the form in EN lang in Change mode and then you can do the changes required.

As far adding fields you can pass subroutine in the script.

Feel free to ask if you have any doubt.

Regards,

Vijay

Read only

0 Likes
388

hi vijay ,

Thanks for ur reply,

I modify the sapscript layout.

where i can set modified sapscripts layout.

I check the table TNAPR. My form name and program name is

available in this table .

Regards

Das