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

Session overview - Batch Input

Former Member
0 Likes
425

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

2 REPLIES 2
Read only

Former Member
0 Likes
380

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

Read only

Former Member
0 Likes
380

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