2011 Aug 04 2:19 PM
Hi Friends,
We need to Automate the process of Auto reconnection on payment received.
i.e When payment received from customer through FPCJ tcode
system will look for the disconnection status and do as follows
If disconnection Status is 20(Disconnection Started)
then change Disconnection status to 99( Completed)
1. How can we change this staus from 20 to 99 ?
2. What function fodule to be used for doing this status change.
3. What are the parameters we need to pass to function module for doing this activities.
Thanks
SK
2011 Aug 04 3:25 PM
SK:
Event R720 is provided for the purposes of triggering a reconnection, or closing the disconnection, when a payment is made. Please have a look there and determine its suitability for your needs.
regards,
bill.
2011 Aug 05 6:52 AM
Hi Bill,
thanks for your reply... we are already using events 720 for this purpose. but my query is, using what FUNCTION module or BAPI we can change this status from 20 to 99. What parameters of function module needs to be used for this purpose. We are unable to do so
thanks
sk
2011 Aug 07 7:33 AM
Hi,
It can be done in following steps:
1. Use function module ISU_S_DISCDOC_PROVIDE to populate your AUTO parameter by passing disconnection document.
2. Update following parameters:
AUTO-CONTR-USE-OKCODE = 'X'.
AUTO-CONTR-OKCODE = 'DARKCOMPL'.
3. Call function module ISU_S_DISCDOC_CHANGE.
This will complete disconnection document.
Hope this helps.
Regards,
Avinash