SAP ABAP Question:
Download Questions PDF

How to write a BDC - how do u go about it?

Answer:

Steps for writing BDC

1) /nSE38
2) Declare Tables, Data (for ITAB) and Data (for BDCITAB)
3) Call function ‘Upload’.
4) Write code for the First Screen, Radio Button, Filename, Change Button, Second Screen, Utilities (Create Entries), Third Screen and Save.
5) Call transaction ‘SE11’ using BDCITAB mode ‘A’.
6) Save, Check Errors, Activate and Execute.

Download SAP ABAP Interview Questions And Answers PDF

Previous QuestionNext Question
If I forgot some command in SAP Script e.g.: suppress zero display - How to do find it?How do u move on to the next screen in interactive reporting?