‎2007 Apr 19 8:50 AM
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
‎2007 Apr 19 8:54 AM
‎2007 Apr 19 8:54 AM
‎2007 Apr 19 9:08 AM
Hi Ravi,
If I use Batch Input Session, will
SET PARAMETER ID 'UGR' FIELD 'OR'.
work?
‎2007 Apr 19 9:39 AM
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
‎2007 Apr 19 8:56 AM
Hi,
In the BDC Program, You find the value UGR in some place, there you can change the UGR to OR
Regards
Sudheer