2007 Feb 06 3:57 PM
Hello,
I need a BAPI or BADI to mark a payment proposal as concluded.
I now that these data is saved in REGUV Table. Also, payment information is saved in REGUP and REGUH tables.
Thanks and sorry for my english !!!!.
Hello,
I need a BAPI or BADI to mark a payment proposal as concluded.
I now that these data is saved in REGUV Table. Also, payment information is saved in REGUP and REGUH tables.
Thanks and sorry for my english !!!!.
2007 Feb 06 4:00 PM
Hi Fernando,
see if you can use the fm: FM_PAYMENT_PROPOSAL_CHANGE
Regards,
Ravi
2007 Feb 06 4:05 PM
2007 Feb 06 4:09 PM
Hi,
Did you try this func.module:
CALL FUNCTION 'SCHEDULE_PAYMENT_PROPOSAL'
EXPORTING
i_laufd = p_run
i_laufi = p_runid
I_STRDT = sy-datum
I_STRZT =
I_XSTRF = 'X'
I_BHOST =
I_INKEY =
I_PTYPE = 1
I_CALLREP =
I_CALLVAR =
EXCEPTIONS
STARTDATE_WRONG = 1
PARAMETERS_MISSED = 2
LOCK_FAILED = 3
JOB_OPEN_FAILED = 4
JOB_CLOSE_FAILED = 5
OTHERS = 6 .
This will help you.
Regards
Subramanian
*
2007 Mar 13 9:36 AM
How can I get data from payment proposal?
FM_PAYMENT_PROPOSAL_CHECK
FM_PAYMENT_PROPOSAL_CHANGE
SCHEDULE_PAYMENT_PROPOSAL
They all seem need to input detail for check or change.
What I need is get the detail of the payment proposal.
Anyone can help? Thanks.
2009 Apr 20 3:50 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |