2011 May 09 7:56 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
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
2011 May 09 8:26 AM
GROUP represents the name of the session which can be processed using SM35.
2011 May 09 8:42 AM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |