cancel
Showing results for 
Search instead for 
Did you mean: 

Order Header Text Issue

Former Member
0 Kudos

Scenario:

in header Texts there is a field ( Shipping Instructions), there is a Ship-to-party PO Number ( VBAK-BSTKD_E).

Requirement

while creation of order, all the data in

Ship-to-party PO Number needs to be copied to the Shipping Instructions (Text Field- header) with a text " SHIP to PARTY PO details" as preceeding text

i..e

if there is already "handle with care"

writtten in the Shipping Instructions and 123 is the Ship-to-party PO Number

then post saving the order, the header Text field (shipping instructions) should have value:

handle with care

SHIP to PARTY PO details: 123

Can anyone from ABAP / Functional background help in doing it.

Please email if possible to jain_sachin@live.com

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sachin,

     You can use the FM SAVE_TEXT to insert your piece of text after the one thats already present. READ_TEXT FM will give you the existing text, after whi you can use save_text to add the new line.

Thanks & Regards,

Susmitha Pritam.