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

how to fetch data from structure?

Former Member
0 Likes
887

hi.

am working on smartform of purchase order.

i want to display different values of taxes from structure KOMV.

how can i fetch these values?

hi.

am working on smartform of purchase order.

i want to display different values of taxes from structure KOMV.

how can i fetch these values?

4 REPLIES 4
Read only

Former Member
0 Likes
780

YOu can use the FM:

CONDITION_RECORD_READ

Regards,

Ravi

Read only

Former Member
0 Likes
780

Hi Purushottam,

You can make use of Templates and Loops OR tables in Smartforms.

Just refer this link.

http://www.esnips.com/doc/13b7ae7a-b32c-4b96-b588-881859d4ac99/Template,Table,Loop,Command-in-Smartf...

Regards,

SP.

Read only

Former Member
0 Likes
780

hii Purushottam,

you can do that By declaring the structure in the GLOBAL SETTINGS->Form interface and pass the structure name as IMPORT parameter.

In the windows where you want to display the field value in that in the program lines first select the Data from the table & populate the field &FIELDVALUE& and same you can pass to the field value.

Regards

Naresh

Read only

Former Member
0 Likes
780

Hi Purushottam,

u can get the values from the table KONV..using KNUMV from table EKKO...

hope it helps..