cancel
Showing results for 
Search instead for 
Did you mean: 

Sales order header text

Former Member
0 Kudos

Hi,

The client enters text in sales order (header & item), however when they change the sold-to-party the header text gets redetermined & is shown as blank. The requirement is that the text should remain as it is.

Is there a way we can map this requirment.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Standard SAP is not suported this functionalty.

But you can take help of ABAPers to write an user exit to revert the same text contains in your sales order at the time of change in sold-to-party. But this can be done in case you are doing the change in va02, the data should at least save once in the system.

Some usefull informaiton to write the code:-

Header Text table - STXH

Item Text table - STXL

FM to read the text- Read_Text - provide the text id to read the text value.

regards

Vivek.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

if you like to change this behaviour you can use some userexits

to keep the manual texts. In Include MV45AFZZ copy the manual texts

to global variables. And in inlcude MV45AFZA use

userexit_refresh_document to get the values from the variables back

to the order. This happens after the deletion of the manual texts.

Best regards,

Jörg

Former Member
0 Kudos

Hi,

Text re-determination when there is a change in SOLD TO PARTY is a standard behaviour

regards,

santosh