‎2007 Oct 25 6:40 AM
Hi,
I would like to know how to code within the BDC function (for transaction FB09) to check for pop-up window such as the following windows recorded using SHBD:
PERFORM bdc_dynpro USING 'SAPLKACB' '0002'.
PERFORM bdc_field USING 'BDC_OKCODE' '/EENTE'.
PERFORM bdc_field USING 'BDC_CURSOR' COBL-ANLN1.
PERFORM bdc_field USING 'BDC_SUBSCR' SAPLKACB.
Thanks.
Regards,
CL
‎2007 Oct 25 6:45 AM
Hi CL,
You can get all these details in SHDB only, Do the recording and create program based on the same.
Regards,
Atish
‎2007 Oct 25 6:45 AM
Hi CL,
You can get all these details in SHDB only, Do the recording and create program based on the same.
Regards,
Atish
‎2007 Oct 25 7:00 AM
Hi,
Once you create the recording, re-execute the transaction SM35.
Select the recording which you have done by selecting the table selector.
Then click EDIT => CREATE PROGRAM.
This will create program of the recording for you.
Best regards,
Prashant