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

modifying standard sap program or standard FM

Former Member
0 Likes
473

hi all,

A field is populated in a standard sap program and in another standard FM this field is used to display an output file.

this name field should be changed

currently first name and last name are saved in a single field and is displayed in output as f.name l.name..

now,this has to be reversed last name should come first..

any help on if it can be done in this FM itself or is there any thing like user exit for standard program...

and how to change this name display.

thanks,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
420

Sona,

As you mentioned this is a SAP standard program we can't change this directly.

Here are the options for you:

1) You have to find the user exit for that particular screen and can do the name logic over there. But this will solve only in the screen display logic . But the FM logic still needs to be changed if you what the same logic in displaying in the output file also.

2) You can get the key from SAP and also can change the screen directly.

Hope this helps.

Thanks,

Greetson

hi all,

A field is populated in a standard sap program and in another standard FM this field is used to display an output file.

this name field should be changed

currently first name and last name are saved in a single field and is displayed in output as f.name l.name..

now,this has to be reversed last name should come first..

any help on if it can be done in this FM itself or is there any thing like user exit for standard program...

and how to change this name display.

thanks,

1 REPLY 1
Read only

Former Member
0 Likes
421

Sona,

As you mentioned this is a SAP standard program we can't change this directly.

Here are the options for you:

1) You have to find the user exit for that particular screen and can do the name logic over there. But this will solve only in the screen display logic . But the FM logic still needs to be changed if you what the same logic in displaying in the output file also.

2) You can get the key from SAP and also can change the screen directly.

Hope this helps.

Thanks,

Greetson