2007 Dec 07 12:57 PM
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 .
2007 Dec 07 3:18 PM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |