cancel
Showing results for 
Search instead for 
Did you mean: 

How to create User Exit for plant invoice ?

shiromani_soni1
Active Participant
0 Kudos

I need to create user exit for plant invoice for plant 1000,2000 and 3000.

The changed invoive number should be in this format

1000Plant-1000121301 TO 1999121301

2000Plant-2000121301 TO 2999121301

3000Plant-3000121301 TO 3999121301

1000121301 => 1000-1999( Plant Number Range) , 1213 (Fiscal Year) , 01 (Hard coded value).

Do suggest me because I dont have any idea about user exit and I request you to explain in detail.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Shiromani,

Try the help link http://help.sap.com/saphelp_46c/helpdata/en/18/f62c7dd435d1118b3f0060b03ca329/content.htm

Also, this is a SD related query and not DMS . It will be better if you post it on the SD related discussion group.

Best Regards,

Simran

Former Member
0 Kudos

USER EXITS are FORMS and are called by SAP standard programs

using PERFORM. User exits are Basically designed For SD module.   

Debug and find the exact place where you need the values. Fetch those values and concatenate all three field values to a variable.

shiromani_soni1
Active Participant
0 Kudos

I need to know the logic for changing the number range.Pls explain in detail.