Application Development 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: 

how to fetch data from structure?

Former Member
0 Kudos

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

former_member181962
Active Contributor
0 Kudos

YOu can use the FM:

CONDITION_RECORD_READ

Regards,

Ravi

Former Member
0 Kudos

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.

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi Purushottam,

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

hope it helps..