2008 Dec 09 4:20 PM
I have a sales order (service order).
I will have the main line item 10 and sub items like 11 12 13 14 15 16.
I have to display a label based on the item i choose. I can have labels at item 10 & 16 only.
I have tvbdpa in my form interface.what ever line item i choose, i get all the line items into this itab in the form interface.
My question:
How do I know which line item I choose from sales order and then pass only that info to my form.
Is there any indicator or flag set for the item i choose?
Appreciate any kind of clues or inputs.
Thanks
Kiran
I have a sales order (service order).
I will have the main line item 10 and sub items like 11 12 13 14 15 16.
I have to display a label based on the item i choose. I can have labels at item 10 & 16 only.
I have tvbdpa in my form interface.what ever line item i choose, i get all the line items into this itab in the form interface.
My question:
How do I know which line item I choose from sales order and then pass only that info to my form.
Is there any indicator or flag set for the item i choose?
Appreciate any kind of clues or inputs.
Thanks
Kiran
2008 Dec 09 6:08 PM
Hi Kiran
I hope I have understood your problem correctly .If you are calling this through a Z program then You can add one field in your internal table like a flag or something and for particuler row or item number you can set it 'X' .
Then in the code of your smartform you can check that flag.
Regards
Neha Shukla
Edited by: Neha Shukla on Dec 9, 2008 11:39 PM
2008 Dec 10 1:58 AM
Hey Neha,
Thats not the way.
I will have to give a look into NAST table.
Thanks
Kiran