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

BDC

Former Member
0 Likes
572

Hi experts,

I have a BDC recording. But I want to set the parameter UGR to OR. Can anybody suggest how do I do it in the the program that incorporates the BDC.

Regards

Abdullah

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
547

SET PARAMETER ID 'UGR' FIELD 'OR'.

Regards,

Ravi

4 REPLIES 4
Read only

Former Member
0 Likes
548

SET PARAMETER ID 'UGR' FIELD 'OR'.

Regards,

Ravi

Read only

0 Likes
547

Hi Ravi,

If I use Batch Input Session, will

SET PARAMETER ID 'UGR' FIELD 'OR'.

work?

Read only

0 Likes
547

Yes it will.

Or you can always record the event of filling that field with the value you want using the BDCDATA structure.

perform bdc_field '<NAme of the screen field>' 'VAlue that is pbeing passed'.

To avoid any manual errors, you can always record the transaction using SHDB and gerenrate the code from the recording.

Regards,

Ravi

Read only

Former Member
0 Likes
547

Hi,

In the BDC Program, You find the value UGR in some place, there you can change the UGR to OR

Regards

Sudheer