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

BAPI and VB

Former Member
0 Likes
681

Hi,

i am trying to use the following BAPI DebtorCreditAccount.GetDetail from VB, whereas it is having the following Export and Import Parameters

AllowedAgingInDays - Import

AllowedAgingInHours - Import

Return - Export

CreditAccountDetail - Export

how can i pass the customer code and credit control as parameter to that Bapi.

Bapi function Module : BAPI_CR_ACC_GETDETAIL

Please help me

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
638

Hi,

You can pass only the following parameters.

Credit Account = CUSTOMER

Credit Control Area = CREDITCONTROLAREA

Permitted Ageing in Days = ALLOWED_AGING_IN_DAYS

Permitted Ageing in Hours = ALLOWED_AGING_IN_HOURS

4 REPLIES 4
Read only

Former Member
0 Likes
639

Hi,

You can pass only the following parameters.

Credit Account = CUSTOMER

Credit Control Area = CREDITCONTROLAREA

Permitted Ageing in Days = ALLOWED_AGING_IN_DAYS

Permitted Ageing in Hours = ALLOWED_AGING_IN_HOURS

Read only

0 Likes
638

Thanks for your valuable reply

how to pass the parameters in vb

for retrieve the details of a particular sales order i am using the following code

oSalesOrder = oBAPICtrl.GetSAPObject("SalesOrder","01155886547")

Like that how can i pass the values for this BAPI.

Please

Read only

Former Member
0 Likes
638

my problem was not solved

Read only

Former Member
0 Likes
638

I SOLVED THIS ISSUE