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: 

bdc tcode BP

Former Member
0 Kudos

hi,

can any one help me how to upload to sap system for the tcode BP for the partner sold-to-party.This is be done only by BDC

5 REPLIES 5

former_member186143
Active Contributor
0 Kudos

perhaps you can also use lsmw for something like this

kind regards

arthur

Former Member
0 Kudos

What was wrong with the answer here - ?

Why can it only be done via BDC? That is an old way of uploading data - BAPI's are usually a much better method.

Gareth.

0 Kudos

guide me how to go with bapi

0 Kudos

Read the F1 help on calling function modules and search here for BAPI calls. It's not rocket science and should be part of a basic understanding of ABAP...

Former Member
0 Kudos

U can use following BAPIs

For Genral data

BAPI_BUPA_CREATE_FROM_DATA

For Salea Area

BAPI_BUPA_FRG0140_ADD

BAPI_BUPA_FRG0140_CHANGE

For Sales

BAPI_BUPA_FRG0010_ADD

BAPI_BUPA_FRG0010_CHANGE

For shipping

BAPI_BUPA_FRG0020_ADD

BAPI_BUPA_FRG0020_CHANG

for billing

BAPI_BUPA_FRG0030_ADD

BAPI_BUPA_FRG0030_CHANGE

regards,

Swarup