‎2007 Mar 29 1:22 PM
hi expects,
in bdc where does validation of data takes place.please help me.
thank you
‎2007 Mar 29 1:24 PM
hi ,
validation of data takes place throught screen logic in bdc.
regards,
veeresh
‎2007 Mar 29 1:24 PM
hi ,
validation of data takes place throught screen logic in bdc.
regards,
veeresh
‎2007 Mar 29 1:25 PM
Hi Rohit,
In BDC, THe validation of data is done before uploading the flat file to the transaction. If not, the transaction it self will differentiate the valid data.
Thanks,
Kaleem.
Rewards?
‎2007 Mar 29 1:45 PM
Hi
if the data is coming from an input file, programmer needs to do preliminary validation on the data
‎2007 Mar 29 1:59 PM
Hi Rohit,
When we pass the value to the BDC either from a Z-table or Manually, it will be stored in a internal table and passed to the transaction and when it starts the transaction then it validates each screen with the values that you have given.
If this is satisfied then award points.
Thanks and regards
Vipin Das
‎2007 Mar 29 2:09 PM
The Validation happens at the transaction level.
When you pass the data to the trasaction code, while entering the data in the t-code it validates it.
reward the helpful replies.
Regards,
Raman
‎2007 Mar 29 2:34 PM
Hi Rohit,
There can be 2 levels of validation here.
1) Custom validation which we can build on the read data from the flat file to check the correctness of data.
2) When the data is posted into the transaction screens, the SAP standard logics on that screen validates the data.
Reward all useful answers! Lest your questions be ignored!
Cheers,
Sam