‎2008 Oct 25 7:34 AM
hi experts,
how can i avoid populating default values into screen fields while uploading data through BDC
‎2008 Oct 25 9:43 AM
Hi
After you do the recording, you can remove the default values like this:
For Example:
Perform BDC_field using ekpo-menge '100'.
If 100 is the default value that is getting recorded,then just remove 100 .
Perform BDC_field using ekpo-menge.Regards,
Vishwa.
‎2008 Oct 25 7:52 PM
Hi,
Make sure you don't remove any Default Value from the Mandatory field.
You can comment the BDC_FIELD subroutine call for the default field, in the Program generated from BDC Recording.
‎2008 Oct 25 7:57 PM
‎2008 Oct 25 7:59 PM
In the BDC program you can set blank values, but there might be some values that are populated based on the entry in another field. Such default values can be overwritten in the user exit just before saving the document.
regards,
Advait
‎2008 Dec 13 12:02 PM