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: 

BDC_INSERT parameter CTUPARAMS

Former Member
0 Kudos
328

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

1 REPLY 1

naimesh_patel
Active Contributor
0 Kudos
93

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