Application Development 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: 

Help me plz (BAPI)

Former Member
0 Kudos

Hi,

I have to upload the data using the Tcode FB50.

But in legacy system SAP 4.7 , I am having the 3 tables .. those data has to upload into ECC using the FB50.

In legacy system one table is Ztable .. the How can I upload the data using BAPI.. Can any one Help me Plz.......

Regards,

Raghunath.S

2 REPLIES 2

Former Member
0 Kudos

Hi Raghunath,

How you are uploading in SAP 4.7?

You have to extend existing bapi to make compatible with Ztable.

http://help.sap.com/saphelp_nw04/helpdata/en/e0/9eb2370f9cbe68e10000009b38f8cf/frameset.htm

Reward if useful!

Former Member
0 Kudos

Hi Raghunath,

To upload the data of zfields, After calling the bapi only for zfilekds use bdc. I mean do the recording and upload.

For ztable fields they must have created a screen exit and added those fields in the transaction. If not you have to do that. And after all standard fields are uploaded by Bapi, upload the ztable fields using Call transaction.

Hope it answers your curiosity,

Reward points else getbk,

Aleem.