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

SMARTFORM at Item Level

Former Member
0 Likes
566

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

2 REPLIES 2
Read only

Former Member
0 Likes
527

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

Read only

0 Likes
527

Hey Neha,

Thats not the way.

I will have to give a look into NAST table.

Thanks

Kiran