Inbound processing pgm for material

hi  there,
in FM: IDOC_INPUT_MATMAS01.
i m trying to set the status of idoc to 51, in an exit(BTE MSGV00200) by some check.
it works but finally it also appends status 53. how can i prevent this from happening.
plz help.
thanks,
pawan.

HI,
exit didnt work. bcoz even without it i am coming come out. stop gave a dump.
continue is not useful bcoz it is not in a loop.
my scenario is that i set the status to 51.(not posted)based on a check.
when come out of the exit, standard program again sets it on its own.
finally i get 51 and then 53. application data is also posted.
how to make it so that the status remains 51.
please help me
pawan

Similar Messages

  • Exit in inbound processing pgm for material master

    hi,
    i m writing a check for E1MARAM segment for IDOC_INPUT_MATMAS. i m supposed to use EXIT_SAPLMV02_002.
    in this i dont have IDOC_DATA available but a structure F_MARA_UEB which gives same info as E1MARAM.
    but values of ( NTGEW, BRGEW ) look different from those in E1MARAM.
    can it happen ?
    give ur ideas.
    thanx
    pawan.

    Hi Pawan,
    This should not happen.
    But the problem might be that some other field values might be getting assigned to those fields.
    You can check it in debugging for the values which are populated in those 2 fields.

  • Exact process flow  for   Material management  (MM)  and  UI  Tcodes.

    Hi  Gurus,
    Could  any one tel me Exact process flow  for   Material management  (MM)  and  UI  Tcodes.
    ALL   BAPIs  for   MM  module.
    Thanks in Advance.

    hi,
    Check the threads:
    MM  flow
    MM-Process
    For tcodes:
    TCODES IN MM
    TCODES IN MM
    Hope it helps..
    Regards
    Priyanka.P

  • Inbound process code for LOIPRO

    Hi,
    Can anyone tell me the inbound process code used for LOIPRO(Production Order)message type?
    Regards,
    Jeyananth

    Hi,
    Inbound process code used for LOIPRO(Production Order)message type are
    ABI_AIDN_IN
    ED00
    ED00_XML
    ED08

  • Inbound Process Code for ARTMAS

    Hello,
    Can any body help me which Inbound Process Code I need to use for Message type ARTMAS.
    When I used process code AFSA, Idoc created with status 51 and it says Function module not allowed: AFS_RETAIL_ARTMAS_IDOC_INPUT
    We are using SAP Retail 4.6C version
    Thanks in Advance,
    Regards,
    Murali

    Hello,
    Let me explain the Issue again,
    I have two system, One is pre production and other one is Quality system. Both are SAP Retail systems
    Article Master data is maintained in Pre Production, now we are trying to get this to Quality system.
    I have made the follwoing settings in
    Pre production: (Sender)
    1. WE20 Maintained Partner Profile (LS)
    2. BD64 Maintained ALE setting (ARTMAS is defined as a
          BAPI: RetailMaterial.Clone)
    Quality: (Receiver)
    1. WE20 Maintained Partner Profile (LS)
    2. I have tried the Process code AFSA, MATA, MAT2 in the Inbound permeate, however Idoc is still in Status 51.
    In the Sender system Idoc is created and the status is 03
    In the Receiving system Idoc is created and the Status is 51.
    Error says Function module not allowed and the application object type which were determined are not valid for this IDoc I have tried with Process code AFSA, MATA, MAT2 however I have same problem.
    Please help me which functional module I need to use for creating Article in SAP Retail system.
    Regards,
    Murali

  • Inbound Process Codes for LOIWCS and LOIROU

    We are trying do ALE for  Workcenters and Routings using tcode: POIM.
    What are the inbound process codes that i need to setup in the partner profile?
    Thanks for the help.
    Gopi.

    Hi John,
    thank you very much.
    1. I created a new program which use program ROUTING_CREATE_SAMPLE_FILE to create a idoc.
    *& Report  ZALEROUTE
    REPORT ZALEROUTE.
    DATA: seltab    TYPE RANGE OF i,
               rspar     TYPE TABLE OF rsparams.
    SELECTION-SCREEN BEGIN OF BLOCK selection WITH FRAME TITLE text-001.
       PARAMETERS: receiver LIKE tbdlst-logsys.
       rspar = VALUE #(
            ( selname = 'RECEIVER'
              kind = 'S'
              sign = 'E'
              option = 'BT'
              low  = receiver ) ).
       SELECTION-SCREEN END OF   BLOCK selection.
       submit ROUTING_CREATE_SAMPLE_FILE VIA SELECTION-SCREEN with SELECTION-TABLE rspar.
    2. In BD64 I created BAPI Object ROUTING Method Create
    3. In BD64 I created Partner agreement via Enviroment
    4. In WE42 I assigned message type routing_create to process code BAPI
    Kind regards,
    Herbert

  • How to calculate the Processing time for material based on its route ?

    Hello experts,
    I would like to calculate the Scheduled in-house production time based on route.
    Actually this is done in the prod. route in tcode CA02. (via menu Extras => scheduling => schedule).
    After getting the schedule table press the 'scheduling results' button I received the Processing time, Setup and teardown time,... Scheduled in-house production time.
    So I'm looking for a function or any tool to use it in report.
    thanks,
    Eli

    hi,
    from routing screen,extras>scheduling>schedule(give a variant name)>scheduling results>update material master.this writes the info in the temp file.use tcode CA96 to update material master.this updates lot size dependent in house production time in work scheduling view of material master and  deletes the lot size independent inhouse prod, time in MRP2 view.this tool gives more accurate results  for your  inhouse prod. time.
    > Hello experts,
    > I would like to calculate the Scheduled in-house
    > production time based on route.
    > Actually this is done in the prod. route in tcode
    > CA02. (via menu Extras => scheduling => schedule).
    > After getting the schedule table press the
    > 'scheduling results' button I received the Processing
    > time, Setup and teardown time,... Scheduled in-house
    > production time.
    > So I'm looking for a function or any tool to use it
    > in report.
    >
    > thanks,
    > Eli

  • Code in Inbound Processing FM for IDOC

    Hi
    I have a Scenario.
    Loop at idoc records.
    Step 1: Thru User Exit Before Posting I Called a BAPI but did not Commit.
    Step 2.Idoc is proccessed.
    If Idoc _status = successfull
    Will My BAPI will commit Automatically ?
    Endloop.
    Let me know wether my BAPI will commit automatically without BAPI_TRANSACTION_COMMIT ?
    Bala.M

    Hello  Balu Malvatu          ,
    The inbound function module will  have its own logical unit or work
    you don't need to have a extra commit
    OR
    else you can do is if call the bapi within a ZEE function moduele ( Update  ) within it you will call the bapi and commit
    you will call this zee function module with addition STARTING A NEW TASK.
    hope it helps,
    Anup

  • BAPI function module to get process orders for certain material

    Dear experts ,
    kindly , I need my vb application to get all CRD , but not DLV Process orders for Material X.
    Into SAP , I use the COIO , then set material to X , then display flag CRTD included , and Exclude DLV.
    Question now , What is the function module that does this. what is the table name , and how to set search parameters.
    my code will be like this
    theFunc = functionCtrl.Add("BAPI_PO_GETDETAIL") ' get po data
       theFunc.exports("purchaseorder") = t.Text
                 returnFunc = theFunc.call
            returnParam = theFunc.imports("po_header")
            retTab = theFunc.tables("po_items")
            For Each rr In retTab.Rows
                tt1.Text &= (rr("MATERIAL")) & vbTab
            next
    Thanks
    Waleed

    Hi,
    Check if the below helps:
    1.  BAPI_SALESORDER_GETLIST for VA05
    2. BAPI_QUOTATION_GETDETAILBOS for VA25.
    Regards,
    Vivek

  • Idoc Message type and Process Cosde for CJ01 transaction

    Hi,
    What is the Idoc message type and inbound Process code for CJ01 transdaction?
    Is there Any standard procedure to find out Idoc Mesage type and process codes for particular application?
    Thanks.

    Hi,
    All the sending and receiving programs(transaction) start with BD. e.g. if you want to send the material you can use the BD10 transaction and IDOC is available for the same.
    Go to se93 and search for BD* and look for the description.
    Regards,
    Nilesh.

  • IDOC DEBMDM and inbound process code

    Hi ya.
    Do you know if there is a standard inbound process code for IDOC DEBMDM in R3?
    Regards
    Agnieszka

    I can not make it working at the moment. I am getting message: IDOC_INPUT_DEBITOR_MDM called up.
    I can not find an error in my config at the moment.
    Function module IDOC_INPUT_DEBITOR_MDM is assigned to message type DEBMDM and IDOC DEBMDM06.
    Any clues ?

  • Process code for Idoc BANK_CREATE01 and BANK_CHANGE01

    hi,
    I  want to create partner profile  for Idoc BANK_CREATE01 and BANK_CHANGE01 standard Idocs.
    But in transaction we64 , i am not finding the inbound process code  for it.
    So di i have to create a process code for it??
    If yes , how do i create it and also the function module to be created.
    kindly help.
    Regards,
    Loveena

    hi ,
       To create a partner profile <b>Tcode  WE20.</b>
       for your inbound or outbound idocs , just add these idocs in outbound or inbound parameters . For Idoc to File  or File to Idoc , it is sufficient.
    before creating partner profile you have <b>to create port Tcode  WE21</b>
    hope this will help
    regards
    HONEY

  • Process flow of material creation

    hi sap gurus,myself rekha
    i want to know the process flow  of material creation-FERT

    Check below link .You have to use transaction MM01 to create material.
    https://www.google.com.au/search?q=process+flow+for+material+creation&oq=process+flow+for+material+creation&aqs=chrome..69i57.9710j0j8&sourceid=chrome&espv=210&es_sm=122&ie=UTF-8#q=process+flow+for+material+creation%2Bsap

  • Process Code for Message Type LOIPRO(in ALE/IDOCS)

    Hi all,
            I have to implement Production order Interface(create Production order,change Production order etc).The requirement is for eg:,I created one production order and posted it;it should get reflected in the recieving system.Does anyone know the process code for LOIPRO.I checked it in we42,WE64 and even the tables TEDE1 and TEDE2.But its not available.Process code and function module is necessary to continue with WE20.
    Thanking you in advance,
    anjaly

    Hi
    it may sound like not good news, but I think the answer is described in OSS Note 198252 - Special features of POI message category LOI*.
    There all LOI* idocs are mentioned and then they say:
    The message categories named are part of the POI (Production Optimization interface) interface.This interface and the message categories contained in it were developed for the transfer to non-R/3 systems.Therefore, an inbound processing in the R/3 system is not planned.The message categories are transferred via separate transactions / reports of the POI interface (Transactions POIM, POIT).Functions which exceed these transactions are not supported.For this reason, the above-mentioned ALE functions cannot be used for the message categories described.
    So, in short, there is no inbound process code for LOIPRO.
    Inbound processing then should be done through self-developed programs / idocs, calling BAPI-s (for example).
    Regards,
    Joe
    Edited by: Joseph Yasman on Jun 30, 2009 1:46 PM

  • IDOC: LOIPRO, inbound Process Code?

    Hello everyone,
    I'm trying to create a Production Order using IDOC: LOIPRO. I'm in the process of configuring the Partner Profile and I need to define the inbound Process Code for message type: LOIPRO. Does anyone know which Process Code to use for that message type?
    Warm regards,
    Glenn

    Hi Glenn,
    Message Type: LOIPRO
    Receiver Port: The one created in step u201CDefining a Logical Portu201D
    Basic Type: LOIPRO01
    if want to more about it pls do chk this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/201769e0-3174-2910-e287-baa58d198246
    if found wort pls do te req
    Thanx
    Sampath

Maybe you are looking for

  • Media Browser not working

    Hi, I'm using CS5.5 trial version on a dell that has previously been used to  make good quality films.  The Media Browser has stopped working.  When I double click it shows a list of my media, when I then double click to open a file an arrow at the s

  • Siebel Installation files??

    HI All, I am trying to install Siebel CRM.....for this what set up files do I need to download?? Below image is from edelivery.oracle.com https://docs.google.com/open?id=0B3bHbRCt5oMWMVczS2lHVlVSV0dTZjBQcmtjM09PQQ Is it siebel business applications 8

  • Fixed Assets: Changing Category, Depreciation, life

    hi i have an requirement where we need to change asset category, depreciation method, no depreciation and life(1 month). And want to make total depreciation to zero. Ex: Asset#A1 already depreciated some amount. Original category X and degault rules

  • Insert Nodes in BW Hierarchy

    Hello, I want to create ABAP program to insert nodes into a hierarchy. I got a class CL_RSSH_HIERMAINTAIN_FRONT with method INSERT_NODES_HIERARCHY . But the method is private and cannot be used in the ABAP call. I also don't want a pop up which asks

  • Passband IIR filter does not have correct cutoff

    I am trying to implement a bandpass filter using the digital IIR filter vi. The input comes from a signal generator and the output is displayed as a waveform on the screen of my PC. When I test it out by varying the frequency of my input, the cutoff