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

BDC for ME22

Former Member
0 Likes
409

Hi Gurus ,

I am facing a problem while writing BDC for ME22 in version 4.5B .After entering records in the screen and BDC_OKCODE '=DETA' . after going to the next screen a error message appears " Make entry in the required fields" and after this BDC does not works .

Can anyone tell me how to tackle the error message ?

Thanks in advance .

Hi Gurus ,

I am facing a problem while writing BDC for ME22 in version 4.5B .After entering records in the screen and BDC_OKCODE '=DETA' . after going to the next screen a error message appears " Make entry in the required fields" and after this BDC does not works .

Can anyone tell me how to tackle the error message ?

Thanks in advance .

1 REPLY 1
Read only

Former Member
0 Likes
367

Hi,

Usually few fields become mandotory to be entered when certain condition match in the transaction. This is usually done in the configuration. This situation may not arise for all the conditions. So here I suggest a few solutions to your problem....

1. Try to gather info in that mandotory field. When the field becomes mandatory to be entered on the screen. For example if the field should be entered when a check box is checked, then use 'IF' Statement to check whehther the checkbox is checked or not. If yes, the populate the field in the BDC Structure else no.

2. COnsult your functional consultants to change the configuration to disabel the obligatory property of that field.

3. Lastly try to populate the field in all the cases. Ask the functional consultatn to provide the data for the field.

regards,

Vara