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_OPEN_GROUP

Dhivya
Active Participant
0 Likes
569

What is importing field 'GROUP' in 'BDC_OPEN_GROUP' Function Module?

Moderator message: please search for available information/documentation.

[Rules of engagement|http://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement]

[Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers]

Edited by: Thomas Zloch on May 9, 2011 9:52 AM

What is importing field 'GROUP' in 'BDC_OPEN_GROUP' Function Module?

Moderator message: please search for available information/documentation.

[Rules of engagement|http://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement]

[Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers]

Edited by: Thomas Zloch on May 9, 2011 9:52 AM

2 REPLIES 2
Read only

Former Member
0 Likes
535

GROUP represents the name of the session which can be processed using SM35.

Read only

Former Member
0 Likes
535

Hii..

The BDC_OPEN_GROUP function module to do the following create a new session. Once you have created a session, then you can insert batch input data into it with BDC_INSERT.

You cannot re-open a session that already exists and has been closed. If you call BDC_OPEN_GROUP with the name of an existing session, then an additional session with the same name is created.

A batch input program may have only one session open at a time. Before opening a session, make sure that any sessions that the program closes any sessions that it previously had opened.

The exporting field GROUP is the Name of the session that is to be created.

Also.. Check this Link..

http://help.sap.com/saphelp_40b/helpdata/pt/fa/097126543b11d1898e0000e8322d00/content.htm

Thanks,

Jhings