‎2006 Jul 29 7:20 AM
Iam using a bdc for mb01 transaction. The thing is when i run the bdc i get a checkbox in the default for documents for documents screen which doesnt have a field help for it. Its been checked by default .When i run the mb01 transaction manually i dont get this checkbox. It looks strange to me. Can u tell me how to get away with this....
thanks
vikram
‎2006 Jul 29 7:23 AM
Hi Vikram,
I am not sure whether is good idea or not to change the SAP default value for the check box.
But you can try to change something like this but please check the impact with/without the default value.
perform bdc_dynpro using: 'SAPMM07M' '0200'.perform bdc_field using: 'BDC_CURSOR' 'XFULL', 'XFULL' ' ', ... 'BDC_OKCODE' '=NFBL'.
The XFULL indicator will be used later when call FM COBL_SEND_PBO in include program MM07MFK0_KONTIERUNGSBLOCK_SEND.
...call function 'COBL_SEND_PBO' exporting dclass = 'STD1' icobl = cobl full_always = xfull importing dynnr = dynnr progn = progn tables icoblf = int_coblf....
Hope this will help u.
with Regards,
chetan vishnoi