Yes look at http://service.sap.com/notes for notes similar to 1826438 - No status object is available for MPL 1234.
(Missing records in status tables : JSTO, JEST, JCDS)
Regards,
Raymond
Yes look at http://service.sap.com/notes for notes similar to 1826438 - No status object is available for MPL 1234.
(Missing records in status tables : JSTO, JEST, JCDS)
Regards,
Raymond
Hi
Check the FM 'ECATT_INCREASE_ALPHANUM_ID'
Regards
Eduardo
Hi Deepak,
Please check the below wiki.Check if if is useful. ..http://wiki.scn.sap.com/wiki/display/Snippets/Alpha+Numeric+Number+Range+(0000+to+ZZZZ)
Regards,
Madhu
Hi Bruno.
I just guess. EXIT_SAPLV56L_002 .did you added code directly here or kept in project.
Regards,
Madhu.
Hi Levi,
could you please tell me how you move the fields from screen exit into sap standard tables ?
Thank you
Hi Eduardo,
Thanks a lot,issue is resolved.
Regards
Sandip
Hi Toni,
First, append structures to this standard tables WBGT/ WBHK/ WBHI. The structures must corresponds to your screenfields. Use SE11 to append structures to this standard tables.
Second, after appending the structures, use the necessary exits. As far as I recall, we used a userexit I mentioned above. Also I implemented BADI WB2_ADDITIONAL_DATA to pass values from standard transactions like WB22.
I think these are the only thing that we did to implement such. Sorry but I can't give you the full detail now as I did this project almost three years now.
Regards,
Levi
Hi Madhu,
I`m not sure I understand your question. When you say "kept in project", do you mean in CMOD? For our needs, I didn`t have to add code to the exit to achieve my objective. I just applied the following two OSS notes 313221 and 1609490. We are running release 6.00. If you are running a previous release and want to see if your exit gets called, activate it and put a breakpoint. Then execute VT01,02 or 03.
Best of luck.
Bruno
Thank you Levi
Best regards,
Toni
Hi
I try to add a sales order item to a exchange order (sales order) on creation. That is not that hard, MV45AFZZ/
USEREXIT_MOVE_FIELD_TO_VBAK does the job. The problem is that this item category has a Repair Process assigned which should generate a subitem. Unfortunately that does not kick off for the item I have added in the user exit, only for the ones manually entered on the screen. I have tried to call into the screen event handling, but that caused errors (probably I am calling the wrong one) I would like to avoid generating the subitem from custom code if possible... Does anybody has experience with this problem? I welcome any suggestion... Thanks Zoltan
Hello Jen,
I know it is too late for you to refer to my answer. I would like to share the solution, just in case, it may be useful for the other prospect users.
While using the BAdi FDM_AR_DISP_WRITEOFF for dispute case write off, two patterns of field assignment must be followed.
Thanks,
Kranthi KR
Hi Papai,
Do you want to add sub items to the main order. What is the exact requirement.Please provide more details like what exactly the scenario is .
Regards,
Madhu.
Hi Bruno,
It is fine .You please check if any notes get else post to sap.
Regards,
Madhu.
The sales order is created from the notification with the purpose of exchanging a defective product. There is a Repair process(CS) assigned to the item category. This Repair process is generating a return subitem from the item(in the same order). This is working fine when the item is added to the sales order manually in VA01.
There is a requirement to automatically create the item based on the equipment on the notification. That can be done via MV45AFZZ / USEREXIT_MOVE_FIELD_TO_VBAK by modifying the internal tables XVBAP and IVBAP. This is working fine, but unfortunately does not trigger the Repair process which should generate the subitem.
I would like to avoid generating the subitem from custom code if possible, rather looking for solutions which would just somehow trigger the Repair process.
I welcome any suggestions
Thanks
Regards
Zoltan
Hi Mani KK,
I tried using the macros u mentioned. but i am issuing multiple messages in one line item. and i want to remove the error messages when one of the conditions are met. meaning, i want to remove error msg one by one. the macros remove all the error msg for one line item/material. i found a way to remove the msg one by one which is Remove method of cl_message_handler_mm but it's getting a dump when it comes to 2 line items in one PO. do you have any other way?thanks.
Hi All,
I've a requirement to synchronize vendor master data(vendor number&name&address) to a non-SAP system after saving them in XK01/XK02. So I want to find an enhancement where it'll be called after users click save button in XK01/XK02. However, it seems none of the user-exits and BADIs can help.
I tried user-exit EXIT_SAPMF02K_001, it works fine in XK02, but in XK01, in the exit, I cannot get vendor number, maybe it is triggered before getting vendor number. I also tried BADI VENDOR_ADD_DATA method SAVE_DATA, it really has correct I_LIFNR but it doesn't provide other information like name&address, if vendor already saved in LFA1, I can select them, but in XK01, because it has not been actually saved yet, nothing will be in LFA1. I tried another BADI VENDOR_ADD_DATA_CS, but it just refuses to be called, considering it has filter VEND_SCGR as a condition, I think maybe it is used only for screen enhancement.
So could you please help me find a way to get vendor master data after saved in XK01 and XK02? Thank you very much!
Best Regards,
Jeff
Did you mook for BTE like (Transaction BERE to display, FIBF to activate)
Regards,
Raymond
Hi Raymond,
Wow, I forgot check BTE, it works by using 00001421. Thank you very much!
Regards,
Jeff
Hi,
Could you share the solution for this problem? I'm facing the same error message when I call a Z function that uses BAPI_SALESORDER_CHANGE. I've created an enhancement point
at the end of BELEG_SICHERN in include MV45AF0B_BELEG_SICHERN.
When I execute my function on SE37 it works fine, the problem occurs only when it's called in the enhancement point.
Regards,
Gustavo
Hi David,
I know this is pretty old thread, but i am stuck at a similar situation where i need to bypass main method owing to some condition in pre-exit method.
If you have come up with the solution to this situation, kindly reply. It would be really helpful.
Thanks in advance.
Ankit.