I am creating cash journal document from a BAPI "BAPI_CASHJOURNALDOC_CREATE", then posting it through a FM " FCJ_POST_ALL".
When document get created GL a/c is not updated in Std. Table "TCJ_POSITIONS", even though i am passing all required data (GL a/c & other data) through BAPI and FM also.
If i post the doc manually from FBCJ, GL a/c is updating in tables. Please suggest how to solve this issue. If possible please give some sample code.