cancel
Showing results for 
Search instead for 
Did you mean: 

HELP BAPI OUTBOUND DELIVERY

Former Member
0 Kudos

how fill the input/output tables TEXT_HEADER and TEXT_LINES to create a header text for a newly created delivery by function module BAPI_DELIVERYPROCESSING_EXEC or other function module?. appreciating much its collaboration

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

sorry, as I create a delivery in base an order and simultaneously I assign a head text

rmazzali
Active Contributor
0 Kudos

in this case the order text shuold be copied directly from the sales order without any programming in tha BAPI.

To do this you have to define a copy control between sales text and delivery text in tcode VOTXN.

ask to a SD consultant to do this.

hope I understood your issue....

ROberto

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks

rmazzali
Active Contributor
0 Kudos

pls. assign points and/or close thread if you solved the issue.

bye

Roberto

Former Member
0 Kudos

thanks, but as I place the text of head that is not by the delivery document, but the document of reference

rmazzali
Active Contributor
0 Kudos

Sorry, I cannot understand your last question.

rmazzali
Active Contributor
0 Kudos

use:

TEXT_LINES

DELIV_NUMB delivery number

DELIV_ITEM item number

TEXT_ID text id of the text schema (ex: 0001)

LANGU language (ex EN)

LANGU_ISO leave blank

LINE_NUMB line number: 1,2,3....

FORMAT_COL set to *

TEXT_LINE the text line with your text

roberto