Application Development and Automation 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: 
Read only

bdc tcode BP

Former Member
0 Likes
785

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
Read only

Former Member
0 Likes
665

perhaps you can also use lsmw for something like this

kind regards

arthur

Read only

Former Member
0 Likes
665

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.

Read only

0 Likes
665

guide me how to go with bapi

Read only

0 Likes
665

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...

Read only

Former Member
0 Likes
665

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