Skip to Content
0
Former Member
Jul 01, 2011 at 08:34 AM

BDC + checkbox click + pop up value not getting recorded

676 Views

Hello Colleague ,

I am recording a BDC session of a t-code .

I have two issues :

issue 1 :

This has feild which is checkbox and I need to check the box always as per my business req.

I donot see any source code for the checkbox . Please suggest how to record for checkbox click.

Issue 2 :

One of the screen feilds has help provided , when i clcik on that I get a pop up box with set of value .

' ' blank
'X' filled 
'-' underscore .

Releavnt code in bdc recording is 


perform bdc_dynpro      using 'SAPMSSY0' '0120'.
perform bdc_field       using 'BDC_CURSOR'
                              '06/05'.
perform bdc_field       using 'BDC_OKCODE'
                              '=PICK'.

I need to pass the value for this feild from excel sheet .

Also kindly note that the following feilds has not screen fields . So in this case which screen feild shall i consider .

Can you please let me know on the above issues ?

Regards,

Abhi..

Edited by: Abhishek Gupta on Jul 1, 2011 10:41 AM