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

Batch session error message

Former Member
0 Likes
764

hi expert,

when we run the batch sesion we met the below message

Field BSEG-LZBKZ. does not exist in the screen SAPMF05A 0332 FB01 10 SAPMF05A 0332

Transaction error the invoice didn't post to the sap . But when is checked the screen we have the value to the filed bseg-lzbkz, it's makes me confuse on this. Appreciate throw you lights on this.

thansk in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
636

Hi,

Please go through TCODE SHDB , do recording of the tcode and create program from that ( by selecting the recording and clicking on PROGRAM button).

CHECK whether the ORDER of OK_CODES match with your program OK_CODES.

Thanks and regards.

3 REPLIES 3
Read only

Former Member
0 Likes
637

Hi,

Please go through TCODE SHDB , do recording of the tcode and create program from that ( by selecting the recording and clicking on PROGRAM button).

CHECK whether the ORDER of OK_CODES match with your program OK_CODES.

Thanks and regards.

Read only

Former Member
0 Likes
636

Hi,

I faced the same problem. This may depend on the field HBKID (Short key for a house bank). Pass appropriate value for this field, according to the company code you are passing.

Thanks,

M S DhanaLakshmi

Read only

Former Member
0 Likes
636

thansk all