Application Development and Automation 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: 
Read only

DELIVERY NOTE HEADER TEXT INFORMATION

Former Member
0 Likes
2,078

Hi Experts,

Could you plz tell me how to retrieve the DELIVERY NOTE HEADER TEXT INFORMATION for a delivery?

Thanks & Regards

Suresh kumar D

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,015

Sure, use the function module READ_TEXT. Use the LIKP as the OBJECT and check SE75 for the specific ID which is required, you then will pass the delivery note number for the NAME field.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
1,015

Hi,

try FM READ_TEXT with:

ID = 0001

LANGUAGE = SY_LANGU

NAME = your delivery note No

OBJECT = VBBK

Regards, Dieter

Read only

Former Member
0 Likes
1,015

hi

good

GOTO VL03N -> enter delivery number -> enter ->goto -> header ->text

Now keep the cursor on Internal note ->Click on detail ->goto->header

here you are able to see the text id object..

Tables are STXH,STXL

thanks

mrutyun^