cancel
Showing results for 
Search instead for 
Did you mean: 

Problrem with Outbound Delivery

Former Member
0 Kudos

Dear all,

I have to modify an sapscript for outbound delivery. I have to include header texts in my layout. iam unable to figure out the tdname, object and text ID.

Help would be rewarded with points.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

GO to the outbound delivery..

Double click on the header texts..

It will take you to the sapscript editor..

In the menu...choose..

GOTO -> HEADER..

There you find the text details like TDNAME, OBJECT and ID..

Thanks,

Naren

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

If you have to the delivery number in a variable...

You can give that variable..

<b>/: INCLUDE &V_DELIVERY& OBJECT VBBK ID 0001</b>

Thanks,

Naren

Former Member
0 Kudos

ok, thanks all for ur suggestions

but the problem iam facing is i have to write an include statement in my form something like this

/: include &----


& object VBBK text id z01 language en.

now how to find out this blank value. ( i think this is to fetched from a table and the field would be tdname, so what table i have to look for).

i have awarded points to all the useful answers

Former Member
0 Kudos

Hi

In the customizing it should set all header texts have to be printed in the delivery, in this way the system load and print it automatically.

Anaway the name of the text should be the number of delivery.

Max

Former Member
0 Kudos

Hi,

I believe you have to modify the print program..To get the texts using the FM READ_TEXT...

And call the WRITE_FORM function module to print the text..

Thanks,

Naren

Former Member
0 Kudos

goto delivery transaction : vl02n or vlo3n

goto -> header-> text - > look at text editor ->goto-header

Reward Points if it is helpful

Thanks

Seshu

Former Member
0 Kudos

i have to include this in my sapscript, so what parameter name should be used to call this text in my sapscript ( table name)..,