2006 Aug 09 1:39 PM
Hi All,
I want to know what's the use of the parameter CTUPARAMS-NOBINPT(SY-BINPT=SPACE for CALL TRANSACTION USING...) in the function module BDC_INSERT what exactly it will do?
I have a requirement to change batch characteristics using the Tcode MSC2N this Tcode is allowing to change batch charactersitcs through BDC program only with CALL TRANSACTION by passing 'X' to BINPT parameter
but the same it's not allowing to change through Session method the screen is in disabled mode for this method. Can any body give some Idea on this?
Thanks&Regards
Mahesh
2006 Aug 09 2:24 PM
Hello,
NOBINPT
No batch input mode, that s SY-BINPT = SPACE.
If you pass CTUPARAMS-NOBINPT = 'X' inthe FM,
system will make a call transaction using bdctab options from opt.
and in opt-nobinpt = 'X' will be passed.
So, if you want batch input mode than pass CTUPARAMS-NOBINPT = ' '.
regards,
Naimesh