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

Error with BDC session (II)

Former Member
0 Likes
449

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
413

Hi CL,

You can get all these details in SHDB only, Do the recording and create program based on the same.

Regards,

Atish

2 REPLIES 2
Read only

Former Member
0 Likes
414

Hi CL,

You can get all these details in SHDB only, Do the recording and create program based on the same.

Regards,

Atish

Read only

Former Member
0 Likes
413

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