2011 Nov 02 9:49 AM
Hi
T Code FPDDAX is used in SAP FICA to create a debit memo notification on a Open Item for a given Business Partner.
In My case The Business Partner has no bank details but the Contract Account had Alternate Payer Attached to it; requirement is to pick the bank details of the alternate payer and create the Debit Memo Notification.
Please let me know if some one know any enhancement/fqevent/exit to the same.
Regards,
Himanshu Sharma
2011 Nov 03 9:52 AM
Hi Himanshu,
The payment method determination is done in event 0600.
Every application (PS, Insurance, Utilities,...) has his own rules to
determine the payment method, therefore the coding has been delivered
in the standard event *_0600.
The alternative payer defined the address and the bank details, but not the payment method!
Best regards.
Christiane
2011 Nov 10 1:30 PM
Hi Christiane,
Many Thanks for the reply.
we have already implemented that event; the exact issue is we are creating the Direct Debit Advance Notification of the Open Item on a Account.
We have devloped a Z tcode for the same and we are using FM FKK_DDAN_CREATE for creating the Advance Notification; here in this FM there is code which extracts the Bank details of the BP 'FKK_BP_EXTRACT_GET' in Perform ' PERFORM get_bank_data_gpshad_init' and when it doesnt found the Bank Details it throws error.
My requirement is that it should pick the bank details of the Alternate Buyer; one option is that we can do an Implict Enhancement.
but i wish if there is any other way round any config changes or any SAP Note by which it can pick up Alternative Bank Details.
Please advice.
Regards,
Himanshu Sharma
2011 Nov 10 11:02 PM
Hi,
Could not find any. Initially though event 612 can be used to change BP but its called after FM 'FKK_BP_EXTRACT_GET'. Have to do some sort of implicit enhancement in subroutine 'PROCESS_GROUP' where you can check if bank details for that BP exists? If no, then simply pick change the BP to the alternate payer and proceed.
Thanks.
Ravi
2011 Nov 11 9:32 AM
Hi Himanshu,
why do you create a own tr. with own handling?
Doesn't the sap standard tr. FPDDAX suit your demand?
Exist the problem also, if you use the sap standard transaction?
Take care, the FM FKK_DDAN_CREATE isn't released for customer.
Regards.
Christiane