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

Reading Text in SD

Former Member
0 Likes
690

Dear All ,

I have an issue in which i haVe to read item level text

i have tried using Read _text passing

LANGUAGE = E

NAME = ILIPS-VBELN (DELIVERY NUMBER0

OBJECT = 'VBBP'

ID = ZP02

ABOVE FUNCTION MODULE WORKS FINE IF I HAVE TO READ HEADER TEXT

BUT IF I WANT TO READ TEXT AT ITEM LEVEL IT IS NOT FETCHING ANY VALUE

CAN U PLZ PROVIDE ME ANY OTHER ALTERNATIVE TO READ ITEM LEVEL TEST IN DELIVERY

HELP WOULD BE REALLY APPRECIATED

RONAK

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
659

Hi

The Id is different for Header lever and Item level, find out the Item level Id and then pass this value to Read_Text FM

Regards

Sasi

4 REPLIES 4
Read only

Former Member
0 Likes
660

Hi

The Id is different for Header lever and Item level, find out the Item level Id and then pass this value to Read_Text FM

Regards

Sasi

Read only

0 Likes
659

Thanks for ur prompt reply

i have checked the id according to item level and put the same only

i am not using header level id

Also the text object for header is VBBK

and for item is VBBP i am using item level object only

Ronak

Read only

0 Likes
659

One more point is, for Item

For example vbeln : 0001009892 and Item is 00010 than you have to pass

name = 000100989200010 ( concatenate Vbeln and Item value )

Try this and let me know

Regards

Sasi

Read only

0 Likes
659

THANKS MATE ,

I WAS NOT PASSING THE ITEM NUMBER USING CONCATENATE COMMAND

FULL PTS TO U

RONAK