cancel
Showing results for 
Search instead for 
Did you mean: 

Order Header Text

Former Member
0 Kudos

Hi,

During sales order change (va02), when user change the sold to party the header text will be refreshed. Is this a SAP standard behavior wherein it will refresh the order header text when user change the sold to party? There is a abap code in user exit MV45... where it defaults some header text value during save event, but sill after save the header text is blank.

Thanks & Regards,

Mawi

Accepted Solutions (0)

Answers (3)

Answers (3)

ian_kehoe
Active Participant
0 Kudos

Dear Mawi,

In the standard system the text is redetermined if:

- You change the sold-to party

- You overwrite a material

- You change an item category

- You enter a new item

I do not know what you are doing in your userexit code but the text should be redetermined when you change the sold-to party.

FAQ note 548615 contains some further information on this.

I hope this helps.

Best regards,

Ian Kehoe

Former Member
0 Kudos

Hi,

This is not SAP standard behaviour.

I think because of the new exit that is used.

Please ask your ABAPer to debug the code and find out the error.

Regards,

Krishna.

Former Member
0 Kudos

Hi

This is ABAP related issue, take help of ABAPer to debug the program and arrange for a fix.