‎2016 Sep 28 8:36 PM
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.
‎2016 Sep 29 4:24 AM
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.
‎2016 Sep 29 4:24 AM
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.
‎2016 Oct 04 8:24 PM
Thanks for your reply i solved the problem running the program RVTEXTE
‎2016 Oct 04 8:36 PM
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