Solution : https://service.sap.com/sap/support/notes/377180 (SAP Service marketplace login required)
Summary :
In the Enjoy transaction document overview, user-specific queries and standard variants need user exits for customization, which are absent due to missing functionality. Solution involves creating the user exit "MEQUERY1" through SMOD transaction for ME21N and ME51N, enabling custom query generation via Transaction SQ01. Steps include defining the enhancement, updating function modules "EXIT_SAPLMEQUERY_001" and "EXIT_SAPLMEQUERY_002" for defining queries and parameters, and assigning components appropriately. Also, data types and a function group "XM02" are created in the Data Dictionary for support and backward compatibility with system enhancements.
Key words :
purchase requisitions mebanfclassid variant handle workspacemmpur_dbl_po sap&mepobest 0001 xmmpur_dbl_rfq sap&mepoanfr 0001 xmmpur_dbl_agreemnt sap&mepokont 0001 xmmpur_dbl_schdlagrmnt sap&mepolief 0001 xmmpur_dbl_purchdocs 0001 xmmpur_dbl_req sap&mebanf 0002 xmmpur_dbl_po_usr sap&mepobest 0001 xmmpur_dbl_parkedpo_usr sap&mepobest 0001 xmmpur_dbl_req_usr sap&mebanf 0002 xall queries, reference type ch_query_name type aqadef-quname ch_usergroup type aqadef-bgname ch_variant type aqadef-vari ch_workspace type aqadef-wsid ch_handle type slis_handl, reference type ch_query_name type aqadef-quname ch_usergroup type aqadef-bgname ch_variant type aqadef-vari ch_workspace type aqadef-wsid ch_handle type slis_handl, quotation mepo mmpur_dbl_agreemnt contracts mepo mmpur_dbl_schdlagrmnt scheduling agreements mepo mmpur_dbl_purchdocs general purchasing documents mepo mmpur_dbl_req purchase requisitions mebanf mmpur_dbl_po_usr, length field label short 10 datablade medium 15 datablade long 20 datablade heading 40 datablade activate, purchase orders mepo mmpur_dbl_parkedpo_usr parked purchase orders mepo mmpur_dbl_req_usr, classid label query mmpur_dbl_po purchase orders mepo mmpur_dbl_rfq requests, long 20 classid datablade heading 40 classid datablade save, length field label short 10 classid medium 15 classid databl, reference type im_classid type mmpur_databl_classid
Related Notes :
383464 | Get-Set parameters set in list display |
360754 | ME21N Selection variants SPA/GPA set automatically |