If you have to adjust conditions for your purchase order line and if during the use of method if_purchase_order_item_mm~set_conditions in BADI ME_PROCESS_PO_CUST you receive an error MEPO151 "Data ...
... looks quite clean, still on my new PC which has lots of RAM and very nice processor the starting time of Eclipse was horrible. Also sometimes I've felt that the performance of the editor is not the best ...
I faced lately a small issue in one of the process in our company, I needed to re-explode the BOM of subcontracting item in purchase requisition. Normally users goes to ME52N and press "Explode BOM" ...
... don't know what for you use it. 14. Explain structure and functional processes of your company Yes, structure and functional processes in your company are really needed. How can developer create ...
...
i_processed = sy-index " Number of Objects Already Processed
i_total = p_times1 " Total Number of Objects to Be Processed
i_output_immediately = abap_true " X = Display Progress Immediately ...
... of Attachments article you can connect to GOS from class CL_PO_HEADER_HANDLE_MM which contains method GET_GOS_MANAGER. You can do it for example in PROCESS_ITEM method of ME_PROCESS_PO_CUST . You'll ...
... document then your document appears on the screen (of course if in the meantime user haven't created anything new) You have created your own transaction to handle standard process, like creation of ...
... them. Enhancement must be done at the end of form process_list. I'll create a method to do the export inside MB51 with only one changing parameter, which will check if we're calling MB51 from ...
... which I want (ALV kind) and MB51 would display its results on screen. That's why I need to export to memory some flags, first two must be set to be able to achieve form process_list in RM07DOCS and ...
... the structure "list"
Then in the second step you should add enhancement at the end of the form process_list and fill your own fields in table list[] with data.
If you'll do ...
... raise an error message and stop processing of the function we're currently doing. This is very helpful when you need to call a FM in new task inside user-exit. Here is example of the code: data: ...
... I've used this class to create a method to simplify the process of zipping. First of all class CL_ABAP_ZIP is zipping xstrings so I'll provide you the possibility to pass not only xstring variables ...