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: 

passing value to dropdown item in BDC recording pgm

Former Member
0 Kudos

Hi all,

I m recording values for J1ID transaction. In that , i have to pass value for Material type from my notepad file. This material type is DROP DOWN and this is of type CHAR 1.

so in my pgm, i have passed a single character value ('A', ' '). But when i executed the session in foreground mode, i see that it returns an error like 'Cursor Field 'A' does not exist in the screen.

Could anyone tell me how to capture and pass value to dropdown item in BDC recording?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

try below code....

perform bdc_field using 'BDC_CURSOR'

'J_1IMTCHID-J_1ICAPIND(01)'.

perform bdc_field using 'J_1IMTCHID-J_1ICAPIND(01)'

'A'.

1 REPLY 1

Former Member
0 Kudos

try below code....

perform bdc_field using 'BDC_CURSOR'

'J_1IMTCHID-J_1ICAPIND(01)'.

perform bdc_field using 'J_1IMTCHID-J_1ICAPIND(01)'

'A'.