cancel
Showing results for 
Search instead for 
Did you mean: 

SAP-SCRIPT - select data in the form

Former Member
0 Kudos

Hi expert,

In the existing form there's a field with user-name of document's creator.

I have to make a modify:

Put the first name and last name of document's creator instead user name.

How can I make this modify ... I have to modify the print report or I can modify only the form ?

How ?

tks a lot...

bye.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

call routine

amit_khare
Active Contributor
0 Kudos

First you have to check whether this data is already available in the form or not?

If available, then just modify the form and replace the user name with First & Last name.

If not available then you have to use a subroutine to get the name from username. Make the call from script and write the subroutine in the print program.

To check more about subroutine in SAPScript search forum, you will get many replies.

Former Member
0 Kudos

U do the coding in print program and pass it to the script but if its standard and u need to do the code in script itself then do in a subroutine and call it in script.

кu03B1ятu03B9к