Application Development and Automation 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: 
Read only

BDC_INSERT parameter CTUPARAMS

Former Member
0 Likes
446

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

2 REPLIES 2
Read only

Former Member
0 Likes
383

Guess You have the answer in your question.

Session is called "Batch input session" method. Your parameter specifies that do not process using batch input. So, it works for call transaction and not for sessions method.

Hope it helps

Raj

Reward points if helpful

Read only

0 Likes
383

hi,

so do u known the soloution for that.

I want to execute the BDC in session method.