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

Export values to database table INDX

Former Member
0 Likes
446

Hi all,

I am using Export to fll the entry in database table INDX.For

it i am using LV as database area (field name REFLD).

but in () the length is constant i want to use variable to fill the INDEX()., which i get from any other place.

But the problem is that it taks that vaiable as a value and fill the data LV in the INDX table not the value of that LV variable.

I want to fetch the value in that area.

Syntax:

EXPORT I_DOCPROP

TO DATABASE INDX(LV) ID L_IKEY.

Points will be sured.

Thanks

Sanket sethi

1 REPLY 1
Read only

Former Member
0 Likes
322

solved.