2008 Mar 04 8:07 PM
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.
2008 Mar 05 4:43 AM
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
2008 Mar 05 5:16 AM
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
2008 Mar 05 5:32 AM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |