‎2007 Jun 27 7:50 AM
hi,
i have a Badi to transaction me22n that operate it(the BADI) when i save the data,
i need to change the Fax number of the header section.
My problem is:
I can change the fax number with Bapi - "Bapi_po_change"
but its not good because i IN the transaction and its not let me to change it (because it locked)
is there another way that i can change the fax number?
i didnt find a USER EXIT that i can use.
thanks,
dana.
‎2007 Jun 27 7:58 AM
Hi
You can use the BADI
ME_PROCESS_PO_CUST
try with the Method POST and its parameter IM_HEADER
which referes the structure MEPOHEADER
Reward points for useful Answers
Regards
Anji
‎2007 Jun 27 7:52 AM
hI,
BADI's for that.
ME_GUI_PO_CUST & ME_PROCESS_PO_CUST
check the below user exists...
AMPL0001 User subscreen for additional data on AMPL
LMEDR001 Enhancements to print program
LMELA002 Adopt batch no. from shipping notification when posting a GR
LMELA010 Inbound shipping notification: Transfer item data from IDOC
LMEQR001 User exit for source determination
LMEXF001 Conditions in Purchasing Documents Without Invoice Receipt
LWSUS001 Customer-Specific Source Determination in Retail
M06B0001 Role determination for purchase requisition release
M06B0002 Changes to comm. structure for purchase requisition release
M06B0003 Number range and document number
M06B0004 Number range and document number
M06B0005 Changes to comm. structure for overall release of requisn.
M06E0004 Changes to communication structure for release purch. doc.
M06E0005 Role determination for release of purchasing documents
ME590001 Grouping of requsitions for PO split in ME59
MEETA001 Define schedule line type (backlog, immed. req., preview)
MEFLD004 Determine earliest delivery date f. check w. GR (only PO)
MELAB001 Gen. forecast delivery schedules: Transfer schedule implem.
MEQUERY1 Enhancement to Document Overview ME21N/ME51N
MEVME001 WE default quantity calc. and over/ underdelivery tolerance
MM06E001 User exits for EDI inbound and outbound purchasing documents
MM06E003 Number range and document number
MM06E004 Control import data screens in purchase order
MM06E005 Customer fields in purchasing document
MM06E007 Change document for requisitions upon conversion into PO
MM06E008 Monitoring of contr. target value in case of release orders
MM06E009 Relevant texts for "Texts exist" indicator
MM06E010 Field selection for vendor address
MMAL0001 ALE source list distribution: Outbound processing
MMAL0002 ALE source list distribution: Inbound processing
MMAL0003 ALE purcasing info record distribution: Outbound processing
MMAL0004 ALE purchasing info record distribution: Inbound processing
MMDA0001 Default delivery addresses
MMFAB001 User exit for generation of release order
MRFLB001 Control Items for Contract Release Order
<b>Reward points</b>
Regards
Message was edited by:
skk
‎2007 Jun 27 7:58 AM
Hi
You can use the BADI
ME_PROCESS_PO_CUST
try with the Method POST and its parameter IM_HEADER
which referes the structure MEPOHEADER
Reward points for useful Answers
Regards
Anji
‎2007 Jun 27 8:05 AM
As i said: i have badi(the same as you write)
and i already checked the user exit....and didnt find apropriate one,
my question is:
if i use the Badi, how can i change the fax number?
I cant use bapi, because the transaction is locked....so if there is another way.
thanks.
‎2007 Jun 27 8:15 AM