cancel
Showing results for 
Search instead for 
Did you mean: 

Error F2 200 for XD02 BDC

former_member436332
Participant
0 Kudos

Hi Experts,

I am using BDC on XD02 to update 2 custom fields of customer. BDC throws the error "You have not entered a postal code or postal code for the post box" (Message class: F2 Message number: 200). But when I try this directly from XD02 transaction code, it will update successfully. I tried debugging the standard code in both scenarios. Debug Control is not going to the break point when called directly from XD02 transaction.

Any help is appreciated.

Thanks in advance,

Veena

Accepted Solutions (0)

Answers (1)

Answers (1)

Sandra_Rossi
Active Contributor

Normal dialog and batch input don't always go through the same screens, even if they look like the same. In dialog mode, make sure it goes through screen 0110 of SAPMF02D (you said it didn't stop at the mentioned module, but you didn't confirm that the address screen fields in dialog mode were of the screen 0110).

To make batch input react more identically to the normal dialog, you may call XD02 via CALL TRANSACTION ... USING, with option NOBINPT = 'X', maybe it will solve your issue.

former_member436332
Participant
0 Kudos

If I call XD02 using OPTIONS, then BDC recording is not working. It is throwing No Batch input error. Could you please help me to solve this?

Sandra_Rossi
Active Contributor
0 Kudos

I only know message 00344 No batch input data for screen & &