2007 Aug 29 12:00 PM
hi all..while performing transaction recording in BDC how to jump to 3rd screen without entering the mandatory values in first n 2nd screen?
2007 Aug 30 2:33 AM
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
hi all..while performing transaction recording in BDC how to jump to 3rd screen without entering the mandatory values in first n 2nd screen?
2007 Aug 29 12:04 PM
Dear sunil
I think your requirement is not possible because system will check everything like you entry data in transaction manually.
Regards
Wiboon
2007 Aug 30 2:33 AM
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
2007 Aug 30 3:32 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |