‎2008 Mar 14 11:22 AM
Hi,
When I create an batch-input session name HOW do I set STATUS to NEW insted of Being created?
IF l_subrc <> 0 AND e_group <> space.
IF e_group_opened = ' '.
CALL FUNCTION 'BDC_OPEN_GROUP'
EXPORTING
client = sy-mandt
group = e_group
user = e_user
keep = e_keep
holddate = e_hdate.
e_group_opened = 'X'.
ENDIF.
CALL FUNCTION 'BDC_INSERT'
EXPORTING
tcode = tcode
TABLES
dynprotab = bdcdata.
ENDIF.
tnx!
‎2008 Mar 14 12:00 PM
Adibo A
When you successfully close the group after creating the BDC session, the status will change to NEW.
This is of course you are using a Session vs a Call Transaction method.
‎2008 Mar 14 12:00 PM
Adibo A
When you successfully close the group after creating the BDC session, the status will change to NEW.
This is of course you are using a Session vs a Call Transaction method.