‎2008 Dec 26 10:52 AM
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
‎2008 Dec 26 10:55 AM
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
‎2008 Dec 26 10:55 AM
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
‎2008 Dec 26 11:00 AM
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
‎2008 Dec 26 11:04 AM
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
‎2008 Dec 26 11:08 AM
THANKS MATE ,
I WAS NOT PASSING THE ITEM NUMBER USING CONCATENATE COMMAND
FULL PTS TO U
RONAK