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

VA01 Header Note (Text tab)

Former Member
0 Likes
2,167

Hi Guru's,

i'm once more in need of your help, the problem is as follows, in transaction "VA01" when we are creating a standard order

in header details in the texts tab we see a "Header note 1" wich contains a text and we can modify it if we want, the catch is that this text

is the same whenever we create a new standard order in Production but if we do the same process in the development environment it goes with diferent values which is the right thing, i have checked and we have the same notes and all, i debugged the transaction "va01" and found where this text is obtained via the function "READ_TEXTLINES" the passed values are the same but the structure STXL in this function differ in the field CLUSTR and i wonder if that's something to do with it please help.

I'm using the same data in both systems:

Left is the development environment and right is the production system:

(Debugg in function READ_TEXTLINES)

Thanks for your time and help.

Best regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,673

I think there is a user exit in production that is causing the issue. That user exit maybe remove/changed in development box that's why its correct in dev. I suggest you check the VA01 exits instead. Also, you can force debug the value of Cluster and make it same with production and check if it has the same value.

3 REPLIES 3
Read only

Former Member
0 Likes
1,674

I think there is a user exit in production that is causing the issue. That user exit maybe remove/changed in development box that's why its correct in dev. I suggest you check the VA01 exits instead. Also, you can force debug the value of Cluster and make it same with production and check if it has the same value.

Read only

1,673

Thanks for your reply i solved the problem running the program RVTEXTE

Read only

0 Likes
1,673

Hi

You should consider a default text for sales order can be set in the customizing, so it should be better to check it

Max