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: 

Texts not copied to subsequent documents

Former Member
0 Kudos

Hello Everyone!

I have a serious problem related to Texts. Below is the description of the same.

Texts when entered into a delivery document header do not get copied into the Invoice. Can anyone in our time zone help me on this. Is it possible to copy texts from delivery document to Invoice or do I need to write a Data transfer routine or a user exit for this. I have already tried check the "reference/Duplicate" box in VOTXN for the text ID, it doesn't still work.

The second problem is that when I have texts in multiple sales orders at the header and when Combining them into a single delivery and combining multiple deliveries into an invoice, only the text from the first document gets copied and rest of the texts from other documents do not appear.

Any help in this regard would be appreciated.

Thanks

SID

3 REPLIES 3

Jelena
Active Contributor
0 Kudos

> Is it possible to copy

> texts from delivery document to Invoice

Yes, it is possible. This is done somewhere in customizing (SPRO), please ask your functional consultant. This is not an ABAP issue.

> The second problem is that when I have texts in

> multiple sales orders at the header and when

> Combining them into a single delivery and combining

> multiple deliveries into an invoice, only the text

> from the first document gets copied and rest of the

> texts from other documents do not appear.

This is also not an ABAP issue. I think that this is how standard SAP works but you might want to check with your SD person.

Sorry I couldn't be more helpfull. You might want to move your question to the SD functional area.

Former Member
0 Kudos

u need to use READ_TEXT, WRITE_TEXT, SAVE_TEXT, COMMIT_TEXT for ur texts to be copied.

Former Member
0 Kudos

Hi Chandra,

It is possible to copy text from a delivery document to billing document through the text determination.

for the second problem when you have multiple sales orders which are combined in a single delivery the need of a routine is necessary to copy all the sales orders header text into delivery document and the logic to be given that all the header text from VBBK to be copied and displayed in a sequence .This requirement is assigned in the detail of the access sequence for header text determination,and also this routine to be assaigned in copy controls.

Thanks

Pawan