cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Sapscript

fabio_bellocchio
Participant
0 Likes
649

Hi experts,

sorry, I am very begginer at SapScript.

The client has asked for changes on a standard Sapscript.

(Including adding a new logo, changing texts and layout)

I am catching up on how to build/change forms using SE71.

However, I have many questions about how to implement this, as everything is SAP Standard, and the original programs (RFKORD50 and RFKORD10) are really big and complex.

- Do I have to create a new Sapscript?

- Is a new "caller" program required, to call the new Sapscript? Should I copy the original one?

- How to change the Standard application to call the new Sapscript (or the new "caller" program)?

I would appreciate any suggestion on where I could start working from.

Sapscripts:

F140_DOCU_EXC_02 Customer AR Invoice

F140_CUS_STAT_02 Customer AR Statement

Programs:

RFKORD50

RFKORD10

Application:

Transaction for output: F.64 (MAINTAINING CORRESPONDENCE REQUESTS)

Please, can anyone give a piece of advice?

Thank you,

Fabio

View Entire Topic
Former Member
0 Likes

Hi,

Hi,

No need to create new one.

For Copying a Standard Script folow following ,

Go to SE71 and give the name of the form in Utilities -> Copy from Client

It leads to copy forms between Clients.

forms name : which you want to copy ( already existed )

source client: default 000

Target Form : give the name of the form ( you want to create ).

Execute.

goto SE71 Enter form name

language ' DE '

Press change

utilities -> Convert Original Language

in To Original language 'EN'. or ' the language what you want '.

Now the form has been copied from the source client to your client in the language what you want.

you can open it now in SE71 and you can also edit the script.