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: 

Existence of field in a dynpro of Batch Input

Former Member
0 Kudos

Hi!

How can I check the existence of a field in a dynpro while the run of a Batch Input?

It's necesary because fields are invisible sometimes.

thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You can check by using the Screen number the Screen progam name.By using the below function module you can get the screen fields

Use the function module

C14Z_DYNP_READ_FIELD

TB_TR_DYNAMIC_READ_OF_FIELDS

Regards

Sudheer

1 REPLY 1

Former Member
0 Kudos

Hi,

You can check by using the Screen number the Screen progam name.By using the below function module you can get the screen fields

Use the function module

C14Z_DYNP_READ_FIELD

TB_TR_DYNAMIC_READ_OF_FIELDS

Regards

Sudheer