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

Batch input how to get a dynpro field value

Former Member
0 Likes
903

Hi,

I'd like to know if it is possible to use a batch input to get the value of a calculated field of a dynpro.

And if it is, how.

The problem is that i have to get a value from a field that has a complex calculation behind. There is a dynpro that has this value calculated and the calculation is not just a function call, so i have thought that an easy solution would be the creation of a batch input to get this value.

I know how to create batch inputs to insert and update, but i have never done it for consulting. I don't know how to proceed and how to obtain the field.

Any help would be aprreciated.

Thanks

Hi,

I'd like to know if it is possible to use a batch input to get the value of a calculated field of a dynpro.

And if it is, how.

The problem is that i have to get a value from a field that has a complex calculation behind. There is a dynpro that has this value calculated and the calculation is not just a function call, so i have thought that an easy solution would be the creation of a batch input to get this value.

I know how to create batch inputs to insert and update, but i have never done it for consulting. I don't know how to proceed and how to obtain the field.

Any help would be aprreciated.

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
654

hi one thing for getting the dynpro go to meny system---status.

it will give all the data about the current dynpro..

for the field put the cursor on the field and choose f1..

regards,

venkat.

Read only

Former Member
0 Likes
654

Thank you for your answer. I know that i can get information about this field, but in this case the field is calculated and the calculation is not encapsulated in one or two functions, it's difficult to reproduce the calculation this is why i'm trying to use a batch input for this purpose.

Read only

0 Likes
654

HI Fina:

Did you resolved this problem? How?