‎2007 Apr 12 7:27 AM
Hi Friends,
I have modified the existing screen of cheque collection (T-code ZFF68 - Already customised program) by adding a column to capture Division (SPART). After doing so, the screen is working fine and the data is also getting captured in the table ZFIH0004.
The problem I am facing is that, the session is not appearing the T-Code SM35 (Earlier to modification, in SM35, I used to get the session).
Kindly help me to understand as to where the problem is and also guide me to resolve the same.
Regards,
Mark K
‎2007 Apr 12 7:37 AM
Looks like there is a problem with the BDC_OPEN_GROUP function module, it is not able to generate a session. Check for the SY-SUBRC value after the call to BDC_OPEN_GROUP. The possible errors are:
CLIENT_INVALID
DESTINATION_INVALID
GROUP_INVALID
GROUP_IS_LOCKED
HOLDDATE_INVALID
INTERNAL_ERROR
QUEUE_ERROR
RUNNING
SYSTEM_LOCK_ERROR
USER_INVALID
see if any of the parameters to FM are raising the exceptions
‎2007 Apr 12 7:56 AM
Hi..,
In the form BDC_OPEN_GROUP...
u need to <b>pass 'X' to the paramter KEEP </b>. to store that session in SM35 after successfully processing the session..
regards,
sai ramesh