‎2008 Jun 12 7:45 AM
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
‎2008 Jun 12 7:51 AM
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
‎2008 Jun 12 7:51 AM
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
‎2008 Jun 12 8:00 AM
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
‎2008 Jun 12 8:01 AM
‎2008 Jun 24 11:40 AM