SAP Note 576046 - Modification: User exit for account assignment determination

Composant : Account Assignment - Freight Cost Settlement

Solution : https://service.sap.com/sap/support/notes/576046 (Connexion à SAP Service Marketplace requise)

Résumé :
For SAP systems prior to Release 4.7, customization is needed for the account assignment in shipment cost processing. Create a custom function module similar to BADI_SCD_ACCTG, which is integrated from Release 4.7 (R/3 Enterprise) onwards. Implement a user-specific module 'ZZ_SCD_ACCOUNT_ASSIGNMENT_GET' within a dedicated function group. The function should manage important fields like V54A0_REFOBJ, V54A0_SCD_ITEM, and others relevant for adjusting the account assignment logic. Post-upgrade to Release 4.70, transition from this bespoke logic to the standard user exit will be simplified.

Mots Clés :
type i_refobj type v54a0_refobj i_scd_item type v54a0_scd_item i_vtrlk type v54a0_vtrlk i_vtrlp type v54a0_vtrlp i_trtyp type trtyp set, type c_vfkn type v54a0_vfkn, import parameter type spec, changing parameter type spec, customer-defined function module, type-pools, parameters i_vtrlk, account assignment determination, shipment cost item, separate function group

Notes associées :

746550INFORMATION: => LE-TRA-FC-ACC (Account assignment)