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 Method

Former Member
0 Likes
644

In BDC_OPEN_GROUP function what to include for group?how to find that group name?

5 REPLIES 5
Read only

varma_narayana
Active Contributor
0 Likes
619

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.

Read only

varma_narayana
Active Contributor
0 Likes
619

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.

Read only

Former Member
0 Likes
619

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

Read only

Former Member
0 Likes
619

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

Read only

Former Member
0 Likes
619

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