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

CALL TRANSACTION - Problem with BDC for dynamic elements

Former Member
0 Likes
626

Hey Guys,

in my BDC there is a screen called where I don't know before if the screen elements are parameters or select-options. So I just know the screen (report name and selection-screen) at runtime and I have to know if i have to pass the values for the BDC with a 'fieldname-LOW' for the select-options or just the 'fieldname'.

So does anyone know how i can fill a field dynamically (without knowing if its a select-option or a parameter) or does anyone know how i can get the elements of a report and its selection-screen at runtime?

Thanks for your help in advance.

Kind regards,

Martin

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
524

For example: CALL FUNCTION 'SELOPTS_AND_PARAMS'

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
525

For example: CALL FUNCTION 'SELOPTS_AND_PARAMS'

Read only

0 Likes
524

Hey Sandra,

that's what I was looking for. Thank you very much!

Regards,

Martin