cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Bapi for tcode : /SAPPCE/DPCK01

middleeast
Explorer
0 Likes
374

Hello experts

Im searching for bapi fm to  create dp chain in tcode : /SAPPCE/DPCK01

Thanks

View Entire Topic
nmirandaghn
Active Participant
0 Likes

There is no standard BAPI (Business Object Repository) specifically named for transaction /SAPPCE/DPCK01. To automate this transaction's logic for Credit-Side Down Payment Chains, you must use internal function modules within the /SAPPCE/ namespace.

Key Function Modules

  • /SAPPCE/DPC_MASTER_MAINTAIN: Used for creating or updating the master data of the Down Payment Chain (DPC).
  • /SAPPCE/DPC_POSTING_CREATE: Used for generating transactional postings like partial invoices or final payments within the chain.
  • /SAPPCE/DPC_DPCHAIN_STATUS: Retrieves current balances and retention amounts for a specific chain.

Technical Reference Table

Object Type Technical Name Purpose

Header Table/SAPPCE/TDPC01Stores DPC numbers, company codes, and vendor data.
Items Table/SAPPCE/TDPC19Contains individual transaction records for each chain.
BAdI/SAPPCE/DPC_POSTINGUsed for custom logic during the posting process.