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

BD51 Transaction

Former Member
0 Likes
2,162

Hi.

In transaction BD51 where we maintain characteristics of an i/b FM , what does the input type 0,1 and 2 signify?

Thank You

Hi.

In transaction BD51 where we maintain characteristics of an i/b FM , what does the input type 0,1 and 2 signify?

Thank You

4 REPLIES 4
Read only

Former Member
0 Likes
1,243

0 - direct input

1,2 - call transaction

Read only

0 Likes
1,243

Thank you ver much Amelia.

But can you please eexplain me the difference btween 1and 2 input type?

And also on what basis do we decide these parameters?

Thank You

Read only

0 Likes
1,243

Hi Subhash,

Check this out.

http://help.sap.com/saphelp_nw04s/helpdata/en/0b/2a670f507d11d18ee90000e8366fc2/content.htm

For an individual input, configure the attribute Input type depending on whether or not the called transaction locks the IDocs and updates the IDoc-Status.

Some distribution scenarios cannot support mass processing of inbound IDoc packets. This is especially true if the application sending the IDocs uses the ABAP command CALL TRANSACTION USING. In this case the outbound parameter PACKETSIZE must be set to "1".

Regards,

Vivek

Read only

Former Member
0 Likes
1,243

Hi Subhash,

Here is the significance of input type in BD51:

0 Mass processing

1 Individual input

2 Individual input with Idoc lock in CALL TRANSACTION

It says How are Idoc packages processed.

Regards,

Vivek