2007 Feb 08 6:31 PM
I am trying BAPI BAPI_M_REVAL_CREATEPRICECHANGE to Upload MR21 (price Change ) please please guide me regarding step-by-step procedure to upload like do i need to register it or ( just assign valuses to bapi structure and call BAPI function Miodule )
2007 Feb 08 6:32 PM
try to create a 'Z' function from the standard and comment that code.
"IF ( NOT error_flag IS INITIAL ).
"EXIT.
"ENDIF.
2007 Feb 08 6:32 PM
2007 Apr 12 5:36 PM
Brajesh, Rich,
Does any one know if BAPI_M_REVAL_CREATEPRICECHANGE is active?
I tried to used but there is an error_flag defaulted at the beginning of the code that exits the BAPI.
Any ideas to uploading Material Prices in SAP (MR21)? other than BDC i.e. IDoc?
Thanks and Regards,
Jose
2007 May 08 5:18 PM
Hi,
As adviced on this forum I have tried to use the BAPI BAPI_M_REVAL_CREATEPRICECHANGE for changing standard prices (MR21) but this fails due to the following code inside the function module:
Im Standard deaktiviert
error_flag = 'X'.
IF ( NOT error_flag IS INITIAL ).
EXIT.
ENDIF.
I am really curious how other people used this BAPI and how to avoid this coding.
Thx for your response
2007 Apr 17 1:22 PM
it seems that we need to register BAPI for Uploading data ( i need to confirm it ) well the problem was solved using BDC . My speacial thanks to rich for helping me
2007 Apr 17 1:22 PM
2007 May 14 7:10 PM
i too got the same error
error_flag = 'X'.
IF ( NOT error_flag IS INITIAL ).
EXIT.
ENDIF.
please advice how to solve it
2007 May 14 7:11 PM
please advie to solve the problem error_flag = 'X'.
IF ( NOT error_flag IS INITIAL ).
EXIT.
ENDIF.
2011 Mar 30 2:20 PM
try to create a 'Z' function from the standard and comment that code.
"IF ( NOT error_flag IS INITIAL ).
"EXIT.
"ENDIF.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |