2012 Nov 23 5:52 AM
Hi ,
Requirment Details :
If Charges are to be levied, the same to be indicated in notification by selection or tick mark (Dissconection order status -Teco). In that case, debit entry should be created automatically in customer's account.
Can you please let me know the BAPI / events or exit for this requirements .
Regards
Rahul
2012 Nov 23 6:26 AM
Hi Rahul,
There must be some process against which you are applying charges to the Customer account.
I am not very clear about the triggerring point for which you want to post the debit entry.
Is it related to Disconnection process? Can you tell us the full requirement?
Thanks,
Amlan
2012 Nov 23 6:26 AM
Hi Rahul,
There must be some process against which you are applying charges to the Customer account.
I am not very clear about the triggerring point for which you want to post the debit entry.
Is it related to Disconnection process? Can you tell us the full requirement?
Thanks,
Amlan
2012 Nov 23 6:58 AM
Hi Aman ,
Thanks for your response .
The triggerring point is Dissconection order .
Once dissconection order is created with status with status teco system should post the debit entry into the customer accounts with a fixed amount .
I found one BAPI to handle this : BAPI_CTRADOCUMENT_CREATE
Please suggest .
Regards
Rahul
2012 Nov 23 7:32 AM
Hi Rahul,
You use exit EXIT_SAPMIWO0_009 for your purpose.
Now for posting a document in the customer account, you can use either BAPI_CTRADOCUMENT_CREATE or FKK_DOC_CREATE.
Hope it helps...
Thanks,
Amlan
2012 Nov 23 7:42 AM