‎2007 Oct 19 1:25 PM
In BDC_OPEN_GROUP function what to include for group?how to find that group name?
‎2007 Oct 19 1:27 PM
Hi..
Group means the Session name.
So declare like this:
PARAMETERS : P_GROUP LIKE APQ-GROUPID DEFAULE 'MYSESSION1'.
Call Function 'BEC_OPEN_GROUP'
Exporting
Group = p_group.
REWARD IF HELPFUL.
‎2007 Oct 19 1:28 PM
hi
Some corrections.
Group means the Session name.
So declare like this:
PARAMETERS : <b>P_GROUP LIKE APQI-GROUPID </b>DEFAULT 'MYSESSION1'.
Call Function 'BEC_OPEN_GROUP'
Exporting
Group =<b> p_group.
</b>
REWARD IF HELPFUL.
‎2007 Oct 19 1:29 PM
Hi,
you can give any name
this is the session name which you are giving to it
data: session type APQI-GROUPID value 'Sessionname1'
group = session
regards,
Venkatesh
‎2007 Oct 19 1:29 PM
group is the name u want 2 give to your session.
basically group will be a parameter on the selection screen,there u have enter the name of session. then u can c ur session in sm35
‎2007 Oct 19 1:31 PM
Client: Client
DEST: target system for ODC
Group: Session name
HOLDDATE: Session locked until specified date
Keep:Indicator to kepp processed sessions
User:Batch input user
Record:Indicator ('BI' recording)
Prog:Creating Program