Application Development 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: 

jumping to 3rd screen

Former Member
0 Kudos

hi all..while performing transaction recording in BDC how to jump to 3rd screen without entering the mandatory values in first n 2nd screen?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sunil,

While you record your transaction, Record all the screens you need. When you create BDC program, you can see that we go Screen by Screen as give below..

<b>perform bdc_dynpro using 'SAPLMGMM' '0060'.</b>

perform bdc_field using 'BDC_CURSOR'

'RMMG1-MATNR'.

perform bdc_field using 'BDC_OKCODE'

'/00'.

<b>perform bdc_dynpro using 'SAPLMGMM' '0060'.</b>

. So there you can call the Program ans screen which you like in the BDC. Try Commenting the screen which you dont need. If you can provide your Exact requirment, We can further look into this issue.

Regards,

Lijo Joseph

3 REPLIES 3

Former Member
0 Kudos

Dear sunil

I think your requirement is not possible because system will check everything like you entry data in transaction manually.

Regards

Wiboon

Former Member
0 Kudos

Hi Sunil,

While you record your transaction, Record all the screens you need. When you create BDC program, you can see that we go Screen by Screen as give below..

<b>perform bdc_dynpro using 'SAPLMGMM' '0060'.</b>

perform bdc_field using 'BDC_CURSOR'

'RMMG1-MATNR'.

perform bdc_field using 'BDC_OKCODE'

'/00'.

<b>perform bdc_dynpro using 'SAPLMGMM' '0060'.</b>

. So there you can call the Program ans screen which you like in the BDC. Try Commenting the screen which you dont need. If you can provide your Exact requirment, We can further look into this issue.

Regards,

Lijo Joseph

Former Member
0 Kudos

Sunil,

It is not possible,same question i answered yesterday.

Check the link :

Thanks

Seshu