Application Development 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: 

user-exit altering NAST-SPRAS in purchase order

Former Member
0 Kudos

Hello,

During purchase order creation, I need to overwrite the communication language of the output NAST-SPRAS. Can you suggest a suitable user exit?

Regards,

Ognian

1 ACCEPTED SOLUTION

former_member214857
Contributor
0 Kudos

Hi Ognian

You can add some specific code at include MV45AFZZ using subroutine USEREXIT_SAVE_DOCUMENT

Kind regards

4 REPLIES 4

former_member214857
Contributor
0 Kudos

Hi Ognian

You can add some specific code at include MV45AFZZ using subroutine USEREXIT_SAVE_DOCUMENT

Kind regards

0 Kudos

Hello Carlos,

I am looking for a user exit in Purchase order, not in sales order. Can you propose something? Thanks in advance!

Regards,

Ognian

0 Kudos

Hi Ognian,

Apologize for the mistake, I had a misunderstood.

You can use enhancements in transaction CMOD:

XEXP0001 Selection of Purchase Order Headers and Purchase Order

XEXP0002 Determine Event Reference Data

XEXP0003 Subitems Field Catalog

XEXP0004 Update Event Data for Expediting

XEXP0005 Determine Event Scenario

XEXP0006 Event Assignment

XEXP0007 Field Catalog for Enhancement of Expediting Data

XEXP0008 Print Status Information for Expediting Object

XEXP0009 Event Reference Dates at PO Creation

Kind regards