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

User Exit

Former Member
0 Likes
416

Hi Friends,

I have want to add new enhancement to the SAP standard program "RV60AFZZ" using

User exit.

The requirement is in SD Module for transaction VOFA for Invoice(F2) if the Sales organisation field (VKORG) is "1200" then internal number assignment "NUMK1" field should not pick the nimber range as "19".

Please help with step to do solve this.

Thanks & Regards

Gayathri S

3 REPLIES 3
Read only

Former Member
0 Likes
381

Hi Gayatri,

Try with the following exits:

V55K0004 Shipping notif. (inbound): Modification of IDoc control data

V55K0005 Purchase order (inbound): Modification of IDoc control data

Regards,

Nitin.

Read only

0 Likes
381

>

> Hi Gayatri,

>

> Try with the following exits:

>

> V55K0004 Shipping notif. (inbound): Modification of IDoc control data

> V55K0005 Purchase order (inbound): Modification of IDoc control data

>

> Regards,

> Nitin.

how does it relate to the original issue?

Read only

Subhankar
Active Contributor
0 Likes
381

Hi

You can use the exit userexit_number_range

You can find the field in NUMKI structure TVFK.

Edited by: Subhankar Garani on Nov 14, 2008 1:09 PM