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

Former Member
0 Likes
537

hi expects,

in bdc where does validation of data takes place.please help me.

thank you

1 ACCEPTED SOLUTION
Read only

former_member673464
Active Contributor
0 Likes
519

hi ,

validation of data takes place throught screen logic in bdc.

regards,

veeresh

6 REPLIES 6
Read only

former_member673464
Active Contributor
0 Likes
520

hi ,

validation of data takes place throught screen logic in bdc.

regards,

veeresh

Read only

Former Member
0 Likes
519

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?

Read only

graghavendra_sharma
Contributor
0 Likes
519

Hi

if the data is coming from an input file, programmer needs to do preliminary validation on the data

Read only

Former Member
0 Likes
519

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

Read only

Former Member
0 Likes
519

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

Read only

Former Member
0 Likes
519

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