I'm getting the below error, please suggest
' Formatting error in the field BSEG-DMBTR; see next message Input must be in the format __,___,___,__~.__
Updated May 18, 2018
I'm getting the below error, please suggest
' Formatting error in the field BSEG-DMBTR; see next message Input must be in the format __,___,___,__~.__
Comments
The error message 00298 is caused by another error "Entry XXXX YYYY does not exist in J_1BBRANCH (check entry)".
You defined a branch number in the user parameter 'JEA'. The field BKPF-BRNCH is filled according to this user parameter. But the brunch number in the user parameter doesn't exist with the relevant company code in table J_1BBRANCH.
FBV0 posts a parked document with a CALL TRANSACTION USING which can be compared with a batch input session in the background. Any error in a CALL TRANSACTION leads to an interruption of the called program and the parked document can't be posted.
Correct the value in user parameter 'JEA' or create the relevant entry with that value in table J_1BBRANCH.