‎2008 Jan 03 2:49 PM
How is BDC done? I know all about development server.
My question is that like abap programs(reports etc) is the BDC program transported to the production server?
And if so what is done on the production server with the program?
how is the data transported to the
database in the whole process?
And how is the database related to the three servers i.e, development, testing and production?
Thanks
‎2008 Jan 03 4:05 PM
Hi ,
Go to t-Code Se-38 and Create a Progarm for Which U want to Upload the Data. While Creating the BDC Program Please save the Program some Transport Request No.So That u can Transport this Object to QN Server and then PN Server.
Thanks.
Gagan.
Please gives some points.
‎2008 Jan 03 3:38 PM
The databases in the three sistems are independent.
The BDC program is crated in the devolopment system, and in there you should make some simple tests to correct the major bugs.
Then you transport it to quality, in there you should do a test with the same data that you will use in the productive system.
When all is ok, transport the report to productive system and import the data.
A BDC report readd the data to import in a file, a table, by RFC, or other method. Then it work the data in a way to populate the screens of the transaction that you want to run.
If you use a standard BDC report you just have to create a file with the structures defined for that report and run it
‎2008 Jan 03 3:45 PM
Hi
The main purpose of BDC is UPLOAD THE DATA into SAP from other tools. If customer start implementing SAP now, then they should upload their old data into SAP.
So once you done the BDC in development server you will test this by uploading some dummy files (from notepad etc) into SAP. So if it is successfully tested in development server and also in quality server finally moved into production server. Here real time data will be uploaded into SAP. End user can do this by taking small training. They can run this everyday or upload all files in background as per the requirement.
REWARD IF IT IS USEFUL.
Thanks
Siva kumar
‎2008 Jan 03 4:05 PM
Hi ,
Go to t-Code Se-38 and Create a Progarm for Which U want to Upload the Data. While Creating the BDC Program Please save the Program some Transport Request No.So That u can Transport this Object to QN Server and then PN Server.
Thanks.
Gagan.
Please gives some points.