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

transaction error during session processing in sm35

former_member201364
Participant
0 Likes
2,152

Hi,

When I process a session in sm35 for document posting in fb01 transaction ,in the log for that session created i'm getting the message as

'Field BSEG-MWSKZ does not exist in the screen SAPMF05A 0300'.

But the taxcode field BSEG-MWSKZ is present in that screen. Can anybody pls let me know why it is coming like that?

Thanks in advance,

Poornima

6 REPLIES 6
Read only

ravisankara_varaprasad
Active Participant
0 Likes
1,435

Hi ,

Check your recording again. sometime same field will be populated twice. this type of errors will come normally as information messages in foreground processing of the Transaction.

but when we process in background then it will stop at this error stage. Try to recheck the recording once again.

and try to process the session on foreground to see the point where it is throwing the error.

Hope this helps you .

Kind Regards,

Ravi Sankar.Z

Read only

Former Member
0 Likes
1,435

Hi,

There may be problem in the passsing of okcodes.

Record the transaction using the tcode SHDB.

create a program from that recording and then compare the order of that program with your program.

Hope this is clear.

Read only

0 Likes
1,435

Hi,

try with change the screen number.

means give the main screen number in '0300'.

regards.

sriram.

Read only

Former Member
0 Likes
1,435

Hi,

This can be happen if the field value is need not be passed(or) it is populated by default and that field is in diplay mode.So please check, is that value is populating by default befroe coming to screen , if not pleas egive the scanrio so that i can see it(Document type, post key etc)

Please awrd point if it is help ful for you

Read only

0 Likes
1,435

Hi ,

The tax code is hardcoded in the program and that message is coming when the session is processed in background only.

poornima

Read only

Former Member
0 Likes
1,435

hi,

for that field MWSKZ , We have to pass the predefined values.

for ex IO.

The reason being getting such kind of errors is there is a mismatch in the actual screen flow and recorded screen flow.

Do the recordig again.

rgds

umakanth

Edited by: umakanth polamarasetty on Jul 8, 2008 1:13 PM