cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_ACC_DOCUMENT_POST no Dunning Date nor Dunning Level (MADAT & MANST)

0 Kudos

Hi all,

I'm trying to understand the reason why Dunning Date and Dunning Level are not part of the BAPI_ACC_DOCUMENT_POST in ACCOUNTRECEIVABLE structure. What could the functional logical reason be?

We are migratie ECC to S4 and these are very important fields.

Thanks!

Alexis

PS We can add them of course through EXTENSION2 (info form https://www.abapforum.com/forum/viewtopic.php?t=23621), but I cannot understand why they're not in the standard ACCOUNTRECEIVABLE structure

extension2-structure = 'C_ACCIT'.
extension2-valuepart1 = posnr.
extension2-valuepart2 = 'MANST'.
extension2-valuepart3 = value.
APPEND extension2 TO t_extension2.

extension2-structure = 'C_ACCIT'. extension2-valuepart1 = posnr. extension2-valuepart2 = 'MADAT'. extension2-valuepart3 = value. APPEND extension2 TO t_extension2.

Accepted Solutions (0)

Answers (0)