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

Former Member
0 Likes
1,216

hi all,

Can any one tell me the purpose of the following import parameters

RECORD, PROG , DCPFM , DATFM

and export parameter QID in BDC_OPEN_GROUP FM.

I tried a lot but couldn't find the purpose.

hi all,

Can any one tell me the purpose of the following import parameters

RECORD, PROG , DCPFM , DATFM

and export parameter QID in BDC_OPEN_GROUP FM.

I tried a lot but couldn't find the purpose.

3 REPLIES 3
Read only

Former Member
0 Likes
612

hi,

KEEP: Flag for retaining processed folders

HOLDDATE: Lock folder for processing until specified date

RECORD: Flag for BI recording 'X' oder ' '

DEST: (not applicable)

PROG: Creating program

DCPFM: Decimal character used in the folder data

DATFM: Date format used for the data display

Return:

QID: Unique database key

chk out this link..

Regards,

Arunsri

Read only

Former Member
0 Likes
612

Hi

Open batch input session for adding transactions

Function Module BDC_OPEN_GROUP

Allows you to open a batch input session when it is created.

Parameters:

Client --.

Group (Session name) |-> Required entries

User (Batch input user) --'

..........

Keep (Flag: Keep processed folders)

Holddate (Lock folder for processing until specified date)

Record (Flag: BI recording ('X' or ' '))

Dest (Does not apply)

Qid (Unique database key)

Exceptions:

Need not be specified.

If exceptions are not specified, the function modules return error messages if invalid parameters are entered, or if internal errors occur (see SYSLOG).

If you specify exceptions, you can handle these errors yourself by querying SY-SUBRC.

Example:

Report RJBDC001

If it is helpful rewards points

Regards

Pratap.M

Read only

Former Member
0 Likes
612

HI,

Open batch input session for adding transactions

Function Module BDC_OPEN_GROUP

Allows you to open a batch input session when it is created.

Parameters:

Client --.

Group (Session name) |-> Required entries

User (Batch input user) --'

..........

Keep (Flag: Keep processed folders)

Holddate (Lock folder for processing until specified date)

Record (Flag: BI recording ('X' or ' '))

Dest (Does not apply)

Qid (Unique database key)

Exceptions:

Need not be specified.

If exceptions are not specified, the function modules return error messages if invalid parameters are entered, or if internal errors occur (see SYSLOG).

If you specify exceptions, you can handle these errors yourself by querying SY-SUBRC.

Thanks.

Arunprasad.P