Reg: Status 30 in We02

Hi All,
I have written an ABAP program in se38 for the updation of data in my Ztable. In my program immediately after INSERT statement I have written code for the population of the Idoc and COMMIT WORK statement after the MASTER_IDOC_DISTRIBUTE function module.
After the execution of the program the status is going to 30 and when I run the program RSEOUT00 the status is changing to 03. I have selected the radiobutton process immediately also in the Outbound parameters.
Can anybody help me in this regard.
Thanks,
Khan.

Hi  Ahmed ,
Please check your IDOC in TCODE SM58. if there is a problem T-RFC , It may ended with error in SM58 . try to fix the same.
if there is no error , execute it from SM58.
Please refer the below link as well. Clearly mentioned How to trouble shoot and correct the same.
[http://wiki.sdn.sap.com/wiki/display/ABAP/IDoc+Statuses]
Edited by: Prasath Arivazhagan on May 31, 2010 12:44 PM

Similar Messages

  • Reg: Status of the SC

    Hi SRM Gurus,
    Can any body give the inputs for Status of the SC.
    Currently using N-step Item level approval process
    when SC changed & Approved by the first Approver the WI send to SC creator but status of the SC is showing in Approval preview "To be approved by" second approver.
    My requirement is custom SC status  as "SC WI with Shopper for Acceptace or Change"  in Approval Preview.
    Is there any Oss Notes on SC status and Monitor SC.
    Thanks in advance
    Edited by: CK on Mar 4, 2009 3:00 PM

    Hello,
    you had to change some texts in BBP_ICON_TEXT
    In transaction se80:
    - workbench -> edit object -> More ...
    - click on Message Class
    - Put in BBP_ICON_TEXTS
    - Click on Tab "Messages"
    here you see the texts which are used by the system. You can modify them as you want.
    Regards,
    Daniel

  • Reg status flag

    I have the following requirement
    I have 2 tables person and percarrear
    i have the common feild per_id in both tables i want to check the records based on 2 things 1 is per_id(only per_id) and other is org_id(per_id,org_d).I want the out put as follows.
    My requirement as follows..
    If per_id,org_id exists in both table status as 0
    If per_id,Org_id exists in either table as status as 1
    If both are doest exists status as 2
    The sample output as follows
    Per_id     org_id     status
    100     null     1
    200     156     0
    null     null     2
    give me the complete query ASAP

    You can use CASE
    with t_data as
    select 100 as col1,null as col2 from dual union all
    select 200, 266 from dual union all
    select null,null from dual
    SELECT
         col1,
         col2,
         CASE
              WHEN col1 IS NULL
              AND col2  IS NULL
              THEN 2
              WHEN
                        col1    IS NOT NULL
                   AND col2 IS NULL
              OR
                        col1    IS NOT NULL
                   AND col2 IS NULL
              THEN 1
              ELSE 0
         END as col_status
    FROM
         t_data;
          COL1       COL2 COL_STATUS
           100                     1
           200        266          0
                                   2
    user11384749 wrote:give me the complete query ASAPTry to avoid using such statements in public forum. People might get irritated.

  • REG: Status change

    Hi can somebody help me with the below scenario...
    In Transaction VF02 in menu Header –>output, i need to change the status of the particular lets say as ZSED provided the condition as given below.
    IN Transaction XD03 , sales area data , goto extras->texts.
    If the textid ‘Routed Export Transaction’ is present for the given Customer in transaction XD03, then in the above screen shot ,the status in the traffic light signal should be of Processing status (green signal) , if the textid is not present for the given customer then it should show ‘Not Processed’ status (i.e.) red signal.

    I've never done this myself but I know that instead of assigning, for example, a Smartform to the output you can actually assign a custom program (or an FM) to it. Then this program will be executed at the output determination and you may set any "light" in it. The light is driven by the status in the NAST table, I believe.

  • IDOC status 03 in R3 but i cant see it in XI

    Hi Experts,
    R3 side idoc created successfully and 03 status in we02, there were no entries in SM58, SLDCHECK also works fine, but i cant see the idoc in XI. i deleted the meta data and created again but no luck, i created port and rfc destination and partner profile all looks good.
    when i send the same idoc from WE19 it went through to XI.
    What could be the reason, any one help me out of this.
    Thanks,
    Praveen.

    Hi all,
    i assume that Harald Boeing is correct with the answer of a missing commit work in the application.
    The application is creating the idoc and make an implicit db-commit if the LUW is finished.
    I assume that in the idoc outbound partner agreement the transfer mode is set to "immediate".
    If the transfer mode is set to "collect idocs", then this problem will not occur.
    The ALE framework makes a function call of the rfc api
    like
    call function "IDOC_INBOUND_ASYNCHRONOUS" in background task
    If the commit work is missing, no rfc call is created by the RFC-layer, IDoc will get status 3 and
    no idoc is sent to xi (no systemlog or warning).
    There are two rfc-ports available:
    - trfc   => entry in transaction SM58 is created
    - qrfc   => entry in transaction SMQ1 is created
    If the idoc is cloned and resent with the idoc test tool (TA WE19), then the rfc call is done
    and also the commit work is done.
    The customers can check if the rfc-call in SM58 is made or not with the following step:
      - in transaction SMQS the maximum amounts of rfc-connections for the used rfc-destination
        can be defined
      - if the max. amount of rfc-connections is set to 0 (zero) than no SM58/SMQ1 transaction
        are processed
      - idoc must be recreated with the application (not with WE19 tool)
      - check if the unprocessed rfc-call-entry is created in SM58 (for trfc-port)
      - if not then the application must be checked why the explicit commit work is not called
        please note that an implicit/explicit database-commit is not enough
        in case it is an SAP application it must be checked if a note for that problem exists
      - please do not forget to reset the max amount rfc-connections in TA SMQS
        to a value higher than 0 after this test
    Kind regards.
    Andreas

  • Idoc Not reaching PI even with 03 status

    Hi everybody
    There are many posts with similar question, but none of them could help me.
    I am trying to post an IDOC from one SAP system 3.1 to SAP 6.0 through PI.
    I added FIDCC1 to to my partner profile in BD64.
    I am creating a invoice and clearing it through f-30 and using the details from the invoice i am trying to trigger an idoc through a program.
    Three idocs are getting triggered
    1.when i create invoice(f-22)-automatically
    2.when I clear invoice (f-30)-automatically
    3.When I execute my program
    The first two IDOCS are reaching 6.0, but my third IDOC is not reaching. All have same port details and partner profile details.
    *All have 03 status in we02 in 3.1*. I am not able to understand why those two are reaching and why the third is not reaching.
    None of them are stuck in any queues.
    My actual requirement is only the third IDOC to reach 6.0 and I do not even want the first two IDOCs to reach 6.0.
    Pls help!
    Thank you
    Donny
    Edited by: Donnesh on Dec 27, 2011 1:14 AM

    Hi Friends,
    Thanks for the suggestions.
    I have checked with all the above provided suggestions.
    But as I have clearly mentioned in the problem that other idocs are reaching well in XI from R3 using the same Port, Partner Profile and RFC.
    The error is occuring only with only one idoc in which they have made certain changes (added new segments). I have imported the idoc in Design again and then did the mapping again with the changed idoc.
    Before the changes I could receive the Idoc successfully in XI system. I don no what happened after the changes.
    If it would have been an authorization problem then I guess the other idocs would not have reached the XI system as well.
    I guess the problem is somewhere else..
    Thanks in advance.

  • PO replicated into backend but remains on status I1132 (Transfer Failed)

    Hi,
    we are on SRM 5.5 ECS, we have a PO in SRM that is on status I1132 - Transfer Failed. But however we see the PO in ECC backend, so it is transfered now.
    The status is not being updated even not after manually running BBP_GET_STATUS_2 , CLEAN_REQREQ_UP and also not after a retransfer to backend with BBP_PD_PO_TRANSFER_EXEC_V2.
    Is there any way to solve this issue, update the status ? Because PO is now also not available for user to perform any Goods Receipts on it..
    Status         Description                    Inactiv
    0000000002 I1021          Created
    HEADER     I1015          Awaiting Approval              X
    HEADER     I1021          Created
    HEADER     I1038          Complete
    HEADER     I1043          Ordered
    HEADER     I1080          In Transfer to Execution Syst. X
    HEADER     I1120          Change was Transmitted
    HEADER     I1132          Transfer Failed (E.Sys.)
    HEADER     I1180          Document Completed
    0000000001 I1021          Created

    check BBP_DOCUMENT_TAb table... if you can find the PO there with the idoc number... how many entries are there? and what are the idoc status in WE02 for those?

  • In Student File:Status Tab Not Updating Automatically

    Hi all
    When I create a Student, and Create Admission application and create admission,  Every time status should be updated automatically. In one system it is updating Correctly, But in Other system it is not updating.
    In the other system it is updating only when I create student with the status 'Account Data Not Updated'. Later Statuses like (Admitted Applicant: ADMA, Applicant: ADMU,Attending: CS01,Student: CS03) are not updating.
    Can any one tell me where I have to Configure it.
    I think because of it the Student Header Status is also not displaying.
    My developer debugged and found that, As there are no Active Status Indicators, Student Header Status is coming empty.
    Also he found that the Status Infotype 1728 is Empty in one System and filled in other System.
    I have checked both the systems, But I didn't find any difference.
    I have been struggling for past One week for the same.
    Please do the Helpful.
    Thanks and Regards
    Avinash.
    I

    Hi Vinod
    Thanks for help.
    I have activated the BADI HRPIQ00_SET_STATIND for filter ADO1(Create Adm Appl) and AD05(Execute Adm).
    But that BADI is not triggering when I create admission application or when Creating Admission.
    The Status tab is still not updating.
    As per my knowledge when ever we create admission application, or create admission like things, the status tab in student file updates automatically depending on some configuration. Because in the other system (which i told in my earlier Question)in which statuses are updating correctly,there is no active Implementation of the BADI HRPIQ00_SET_STATIND,but still Statuses in this System are Updating Correctly.
    As of now I have Implemented the BADI HRPIQ00_SET_STATIND with filter AD01 AD05. I didnt write any code in it.
    When I put a Break point in the method SET_STATIND of the active Implemented BADI, that break point is not triggering when i create adm appl and when creating admission. So can you tell me how to proceed further to write any code in that.
    Are there any standard templates of code available to activate and deactivate the statuses in the method SET_STATIND.
    Or any other Config issues because of which the updation of statuses are effecting.
    Issue Reg: Status Line
    I have seen the BADI HRPIQ00_ST_HD_HS and Implemented the method BUILD_STATUS_LINE for the Custom status.
    As you told to use standard Implementation to get the status line, Can you tell me where i could find the standard Implementation to build the status line.
    Also to write a custom program to build the status line, Infotype for stauses 1728 is not updating. So I cannot able to fetch the data of statuses from the Infotypes.
    Thanks in advance.
    Regards
    Avinash
    Edited by: Avinash on Dec 4, 2009 8:03 AM

  • Idoc not reflected in Xi server

    Hi Friends,
    I am configuring idoc to be passed to XI. I have followed the following steps
    1)created port in r/3
    2)configured the port in idx1 in XI
    when i send the idoc from r/3 the Idoc is not seen on XI using the T code SXMB_MONI but able to see an error status in we02 in XI server the error states
    "Basic type ORDERS02 does not exist"
    can any one help why i am not able to see the idoc as XML in sxmb_moni instead seeing it in we02 as an Idoc.
    Thanx
    Anand

    make sure you have followed the same to Sent IDOCs to XI;
    In XI
    SM59 - R3 connection pointing to R3
    IDX1 - define the port with the above dest.
    In R3
    SM59 - R3 connection pointing to XI
    WE21 - define the port with the above dest.
    WE20 - Partner profile type outbound
    Also can you check the following;
    1. Check for any entries in SM58 in R3
    2. In IDX2 verify if there si the metadata present for your R3 and the Idoc. (XI)
    3. Check for entries in IDX5 (XI)

  • Error in ALE Service

    hi
    using the t.code BD13, i got the Customer Master Record in to the system
    WE02 / WE05
    IDoc:207013  Status: Error in ALE Service
    Could not determine recipents for message type DEBFET
    then i did in t.code WE19-- Function module IDOC_INPUT_DEBFET (in background)
    Pop-up window
    No Object for request IDoc selected for sending
    Pop-up window
    IDoc 207014 was saved and processed by function IDOC_INPUT_DEBFET
    I cheked the status in WE02
    IDoc:207014 Status: Application document not Posted
    No Object for requested IDoc selected for sending
    56 - EDI : Partner profile inbound not available.
    please give me the solution, where i have to correct the issue
    and i am not getting the function IDOC_INPUT_DEBITOR_MDM
    Babu rao

    in WE20, can yoy pls check if you have the partner profile maintained. If not pls maintain the same and the issue should be resolved.
    Hope this helps.
    rgds

  • Problem While loading Master data from R/3

    Hi All,
    When i am trying to load masters data from R/3 datasources to BW Info objects in Info provider menu data is coming to PSA but going to dta targets. the data is matching with the data in R/ 3 but
    Missing message: Request received
    Missing message: Number of sent records
    Missing message: Selection completed
    Data Package 1 : arrived in BW ; Processing : Selected number does not agree with transferred n
    Info IDoc 1 : sent, not arrived ; IDoc ready for dispatch (ALE service)
    and error message says ERROR 4 in the update.
    Can you please help me in this regard . Its Urgent.

    Hi,
    Check for pending IDOCS in BD87 or SM58 and execute them.
    In RSMO, select the particular load you want to monitor.
    In the menu bar, Environment >>> Transact. RFC >>> Select whichever is required, BW or Source System.
    In the next screen you can select the Execute button and the IDOCS will be displayed.
    Refer this Tcodes for IDOC status.
    WE02 Display IDoc
    WE05 IDoc Lists
    WE06 Active IDoc monitoring
    WE07 IDoc statistics
    WE08 Status File Interface
    WE09 Search for IDoc in Database
    WE10 Search for IDoc in Archive
    WE23 Verification of IDoc processing
    IDOC
    www.erpgenie.com/sapgenie/docs/ale_whitepaper.doc
    Check Note 561880 - Requests hang because IDocs are not processed.
    OR
    Transact RFC error 
    tRFC Error - status running Yellow for long time (Transact RFC will be enabled in Status tab in RSMO).
    Step 1:  Goto Details, Status get the IDoc number,and go to BD87 in R/3,place the cursor in the RED IDoc entroes in tRFC
    queue thats under outbound processing and click on display the IDOC which is on the menu bar.
    Step 2: In the next screen click on Display tRFC calls (will take you to SM58 particular TRFC call)
    place the cursor on the particular Transaction ID and go to EDIT in the menu bar --> press 'Execute LUW'
    (Display tRFC calls (will take you to SM58 particular TRFC call) ---> select the TrasnID ---> EDIT ---> Execute LUW)
    Rather than going to SM58 and executing LUW directly it is safer to go through BD87 giving the IDOC name as it will take you
    to the particular TRFC request for that Idoc.
    Thanks,
    JituK

  • Steps to create SO from PO using IDOCs..

    hi frnds..
    i have to create a SO from PO with in same client.
    PO>IDOC>SO..
    IDOC is of type orders05..
    regards..

    Hi,
    >>>Now when we create the PO and check the status in WE02 we get the error status 56 , EDI: Partner profile inbound not available.
    this means that the partner profile was not created correctly
    I'd suggest using logical system as a partner profile
    my book contains PO and SO partner profile creation
    http://www.sappress.com/product_basic.cfm?account=&product=H3059
    Regards,
    Michal Krawczyk

  • SO idoc from PO idoc within the same client

    Hello SAP Gurus,
    We need help with the following .
    The requirement is we need to create the Sales order from Purchase order using idocs within the same client .
    We created the partner profile of the customer and the vendor .
    Customer ---maintained an inbound parameters with message type ORDERS and process code ORDE
    Vendor -
    maintained outbound parameters with message type ORDERS and idoc type ORDERS05 and process code ME10 .
    Now when we create the PO and check the status in WE02 we get the error status 56 , EDI: Partner profile inbound not available.
    What could be the posible cause of the error .
    Anybody with some suggestions and solutions .
    Thanks
    Honey

    Hi ,
    You should maintain in the inbound parameters  and out bound parameters also
    out bound parametrs
    message typ[e---ORDERS
    receiver port----
    basic type -
    ORDERS05
    tick on transfer idoc immediately
    Inbound parameters
    message type ---ORDERS
    process code --ORDE
    if you have any further clarifications let me know
    Regards
    Damu

  • SO from PO using idocs --same sap client

    Hello SAP Gurus,
    We need help with the following .
    The requirement is we need to create the Sales order from Purchase order using idocs within the same client .
    We created the partner profile of the customer and the vendor .
    Customer ---maintained an inbound parameters with message type ORDERS and process code ORDE
    Vendor -
    maintained outbound parameters with message type ORDERS and idoc type ORDERS05 and process code ME10 .
    Now when we create the PO and check the status in WE02 we get the error status 56 , EDI: Partner profile inbound not available.
    What could be the posible cause of the error .
    Anybody with some suggestions and solutions .
    Thanks
    Honey

    Hi,
    >>>Now when we create the PO and check the status in WE02 we get the error status 56 , EDI: Partner profile inbound not available.
    this means that the partner profile was not created correctly
    I'd suggest using logical system as a partner profile
    my book contains PO and SO partner profile creation
    http://www.sappress.com/product_basic.cfm?account=&product=H3059
    Regards,
    Michal Krawczyk

  • Inbound Delivery via Idoc with more than 1 line fails

    Hi @ all,
    i try to replicate inbound deliveries from an external system to SAP EWM using Idocs (SHP_IBDLV_SAVE_REPLICA02 with MessageType SHP_IBDLV_SAVE_REPLICA).
    If there's only one position in inbound delivery it works, but if i try with two or more lines processing ends up with idoc-status 51 (WE02) and message 'Error inserting partner and location data at item level'  (SLG1).
    Any ideas to solve this problem?
    kind regards

    Hello Markus,
    "i try to replicate inbound deliveries from an external system to SAP EWM using Idocs".
    you are trying to send the information from non sap system?. Can you elaborate the scenario.
    Is the case you are sending ASN information directly to eWM system.
    Seems the process is more interesting. Can you please share details.
    regards
    Sastry

Maybe you are looking for