How do you do BDC field Validtaions ? can any one help
with syntax? is there any difference with BDC and BAPI
validations?
Answer Posted / sudhakar1207
BDC Field Validations are Done by the system while
processing the Data through Screens by executing Screen
Flow Logic.
Whereas In BAPIs, we need to take care of Field Validations
Explicitly.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to read files and process BDC's automatically ?
Does every abap/4 have a modular structure?
What is the difference between table and template?
Name the abap/4 modularization techniques?
What is evaluation path, where do we do it and why? : sap abap hr
What is a projection view? : abap data dictionary
What is a collect statement?
What is the reserve command?
What are the difference between pool tables and transparent tables?
What is a badi?
What are the three hierarchical levels of data types and objects?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What is a subscreen? How can we use a subscreen?