Same EDIDS-STATUS for the one IDOC NUM

Hi Experts,
I would like to ask if its possible that one IDOC no. could have make use of one IDOC Status no. and only the message will be changed.
Let say: I have the following EDIDS structure:
IDOC_NUM   IDOC_STATUS   IDOC_MESSAGES
000000238    50                     PO 00000051 created
000000238    50                     PO 00000052 created
000000238    50                     PO 00000053 created
This question pops-up in my mind because when I check the table EDIDS, the status no is not one of the primary keys...
Can anyone help to validate? Will it cause error ?
Thanks!
Nosaj

Hi
Yes an Idoc can use the same STATUS and provide multiple messages.
Refer the below code, using the same 51 status multiple error messages are written into IDOC STATUS.
  READ TABLE i_return_order INTO wa_return WITH KEY type = 'E'.
  IF sy-subrc EQ 0.
    v_error = 'X'.
    v_so_create_err = 'X'.
    LOOP AT i_return_order INTO wa_return WHERE type = 'E'.
      CLEAR idoc_status.
      idoc_status-docnum = v_docnum.
      idoc_status-status = '51'.
      idoc_status-msgid  = wa_return-id.
      idoc_status-msgno  = wa_return-number.
      idoc_status-msgv1  = wa_return-message_v1.
      idoc_status-msgv2  = wa_return-message_v2.
      idoc_status-msgv3  = wa_return-message_v3.
      idoc_status-msgv4  = wa_return-message_v4.
      APPEND  idoc_status.
      CLEAR wa_return.
    ENDLOOP.
    ENDIF.
Regards
Kathirvel

Similar Messages

  • HT201303 Dear Customer Service: It is very frustrating for me. My Visa account keeps getting declined at Apple. I used this very same Visa card on Amazon with no problem. I checked my status for  the card and it is still all good. My friends an

    Dear Customer Service:
    It is very frustrating for me. My Visa account keeps getting declined at Apple. I used this very same Visa card on Amazon with no problem. I checked my status for
    the card and it is still all good. My friends and I buy a lots of Apple applications on iTune.
    We have the correct CVV2, Expiration Date and Billing address, but you keeps declining us. Please fix this problem for me. The issuing bank for this card is Techcombank, one of the largest banks in Vietnam. According to the bank, the transaction is processed in the US. This is a legitimate Visa card.
    Please let me know as soon as possible. Apple does a disservice to its brand name by declining legitimate Visa account holders from using the cards in Vietnam.
    Sincerely,
    <Edited by Host>

    Just as a warning, your credit card number has been sent in the clear to probably thousands of people, including anyone who subscribes to e-mail alerts to this forum.  That's very, very bad.  The credit card should be considered compromised at this point, and you should cancel it immediately, if you haven't done so already.

  • HT1725 My Visa account keeps getting declined at Apple.I used this very same Visa card on Amazon with no problem. I checked my status for the card and it is still all good. Please let me know as soon as possible

    My Visa account keeps getting declined at Apple. I used this very same Visa card on Amazon with no problem. I checked my status for the card and it is still all good. My friends and I buy a lots of Apple applications on iTune.
    We have the correct CVV2, Expiration Date and Billing address, but you keeps declining us. Please fix this problem for me. The issuing bank for this card is Eximbank, one of the largest banks in Vietnam. According to the bank, the transaction is processed in the US. This is a legitimate Visa card.
    Please let me know as soon as possible. Apple does a disservice to its brand name by declining legitimate Visa account holders from using the cards in Vietnam.
    Sincerely,
    <Personal Information Edited by Host>

    These are user-to-user forums, you are not talking to Apple here - I've asked the hosts to remove your credit card number from your post as these are public forums (you should consider getting a new card from your provider as you've posted it here).
    Your card is registered to exactly the same address (spacing and format) as is on your iTunes account ?You can contact iTunes support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • I have a new iPod Touch and one apple ID. I want to use My laptop aswell as my desktop computer for the one ipod, using the same apple ID. I have music on both computers and want to merge the two without losing any music or apps. How do I do this?

    I have a new iPod Touch and one apple ID. I want to use My laptop aswell as my desktop computer for the one ipod, using the same apple ID. I have music on both computers and want to merge the two without losing any music or apps. How do I do this?
    My iPod has music and apps from my apple ID that I downloaded to my iPod via iCloud and some apps that I got free from the store, straight onto my iPod, but my laptop has some music on it aswell, separate from my other library. I want to put the music from my laptop into my iTunes library which I want to use on both computers. Is it possible to do this?
    Thanks.

    - You can only sync an iPod to one iTunes library/computer. You can however, manually manage music and videos among different libraries.
    Go to iTunes>Help>iTunes Help>Sync your iPod....>Sync You Device>Set up Syncing>Sync your device manually and follow the instructions.
    - If y wnat to switch syncing libraries/computer see:
    go to iTunes>Help>iTunes Help>Sync your iPod....>Sync You Device>Set up Syncing>Sync your device manually and follow the instructions.
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities
    If all the synced media like music is in the iTunes library of the second computer it is very easy.

  • I have a tolino vision 2 and cant copy the e-books from my pc to the tolino. I have the same adobe ID for the tolino and for the PC. I get the message I'm not authoriesed to copy, and/ or my adobe ID does not fit/match to the one at my PC. What can  do? C

    I have a tolino vision 2 and cant copy the e-books from my pc to the tolino. I have the same adobe ID for the tolino and for the PC. I get the message I'm not authoriesed to copy, and/ or my adobe ID does not fit/match to the one at my PC. What can  do? Can someone answer in German?

    I suspect you will want to ask your question at the forum for Adobe Digital Editions which is eBook, eBook reader device focused.
    Be well...

  • How to use the same services-config for the local and remote servers.

    My flex project works fine using the below but when I upload my flash file to the server I doesn't work, all the relative paths and files are the same execpt the remote one is a linux server.
    <?xml version="1.0" encoding="UTF-8"?>
    <services-config>
        <services>
            <service id="amfphp-flashremoting-service"
                class="flex.messaging.services.RemotingService"
                messageTypes="flex.messaging.messages.RemotingMessage">
                <destination id="amfphp">
                    <channels>
                        <channel ref="my-amfphp"/>
                    </channels>
                    <properties>
                        <source>*</source>
                    </properties>
                </destination>
            </service>
        </services>
        <channels>
        <channel-definition id="my-amfphp" class="mx.messaging.channels.AMFChannel">
            <endpoint uri="http://localhost/domainn.org/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
        </channel-definition>
        </channels>
    </services-config>
    I think the problem  is the line
            <endpoint uri="http://localhost/domainn.org/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
    but I'm not sure how to use the same services-config for the local and remote servers.

    paul.williams wrote:
    You are confusing "served from a web-server" with "compiled on a web-server". Served from a web-server means you are downloading a file from the web-server, it does not necessarily mean that the files has been generated / compiled on the server.
    The server.name and server.port tokens are replaced at runtime (ie. on the client when the swf has been downloaded and is running) not compile time (ie. while mxmlc / ant / wet-tier compiler is running). You do not need to compile on the server to take advantage of this.
    Hi Paul,
    In Flex, there is feature that lets developer to put all service-config.xml file configuration information into swf file. with
    -services=path/to/services-config.xml
    IF
    services-config.xml
    have tokens in it and user have not specified additional
    -context-root
    and this swf file is not served from web-app-server (like tomcat for example) than it will not work,
    Flash player have no possible way to replace token values of service-config.xml file durring runtime if that service-config.xml file have been baked into swf file during compilation,
    for example during development you can launch your swf file from your browser with file// protocol and still be able to access blazeDS services if
    -services=path/to/services-config.xml
    have been specified durring compilation.
    I dont know any better way to exmplain this, but in summary there is two places that you can tell swf  about service confogiration,
    1) pass -services=path/to/services-config.xml  parameter to compiler this way you tell swf file up front about all that good stuff,
    or 2) you put that file on the webserver( in this case, yes you should have replacement tokens in that file) and they will be repaced at runtime .

  • Unable to open delivery reports in Exchange 2013 SP1. Gives warning "The status for the recipient can't be determined because of a temporary error. Please try again later."

    This seems to be occurring with all users (have tested a few, all display the same exact error message).
    When I click on "Message Delivery Report" in Outlook 2010 or 2013, it points me to the ECP and displays this message "Warning The status for the recipient can't be determined because of a temporary error. Please try again later." I'm
    not sure which log files to look at. The last time I remember it worked was before I applied SP1, I think CU3.
    Our environment is two servers running Exchange Server 2013 Std. SP1 (847.32) in a DAG.
    Thanks.

    Hi,
    From the error description, I would like to clarify the following thing:
    Delivery Reports is a message tracking tool that you can use to search for delivery status on email messages sent to or from users in your organization's address book, with a certain subject. In Exchange 2013, you can track messages for up to 14 days after
    they were sent or received. Please make sure the message you are tracking isn't older than 14 days.
    Here is an article for your reference:
    Track messages with delivery reports
    http://technet.microsoft.com/en-us/library/jj150554(v=exchg.150).aspx
    Hope it helps.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Upgrade status for the current version: Outdated for

    Hello,
    we are running solution manager 7 EHP1 sps22.
    this system has been recently upgraded to this version.
    now before running solman_setup i tried to log into the /smd - solution
    manager diagnostics i got the following messages -
    "Upgrade status for the current version is outdated. Please upgrade now""Maintenance mode is enabled. Some applications will be disabled or might
    not work"
    i couldn't change the maintenence mode to disabled mode - since there isno agaent administration in the regular path - Diagnostics
    Administration-Managed SystemsAgent Administration.
    as a result i can't goto Diagnostics Setup-----Diagnostics
    System--Advance setup and start the upgrader - i'm getting the followingerror message - Upgrade status for the current version: Outdated for
    this version .
    LM-Service is in patch 06 - latest release asa far as i know.

    you are running into the same error like in your other thread.
    please avoid double postings
    see SAP Note #1273028
    Known problems in all Releases 80
    The bytecode instrumentation agent 8.0 cannot be used for Solution Manager self-monitoring. Please use Java agent version 7.2 for self monitoring of the Solution Manager Java stack. Otherwise Setup for Introscope Agents fails with
    java.lang.NoSuchMethodError: com.wily.isengard.api.TransportConfiguration.<init>(IZZ)V ...

  • Can somebody decipher the online help for the one button dialog?

    So I was looking at the online help for the one button dialog and there is an extra paragraph compared to the LabVIEW help.
    Clicking on the link goes to a help specific to the Embedded module for the ARM microcontroller. Does this really have much to do with the one button dialog? Does it belong here?
    Just wondering. I am not familiar with that module....
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    OneButtonDialog.png ‏47 KB

    The same is true of the online help back to LV2009 inclusive, which (I believe) would be the first to contain the linked dialog too.
    CLD

  • BAPI/FM for setting the user status for the Project definition and WBS elem

    Hi,
    I have to set the User Status for the Project Definition and the WBS elements in that project.
    The User status to be set is the same for the project and wbs elements.
    Please let me know if there is any BAPI/FM to set the user status..
    Thanks in advance.
    Regards
    Shiva

    Hi Shkithija,
    There is a dump encoutered in the form "PS_FLAG_GET_GLOBAL_FLAGS" for 'chk_precommit_ok' in the "BAPI_PS_PRECOMMIT".
    But it is showing SY-SUBRC = 0 when used along with BAPI_TRANSACTION_COMMIT.
    May i know what are input parameters we need to pass it to "BAPI_PS_PRECOMMIT".
    Do you have any idea.
    Please let me know
    Regards
    vishnu

  • I have been working on the same numbers file for the past few weeks.  The last time I opened it was 1 week ago.  Today when I tried to open it I am unable and getting a message that the file is invalid and the index.xml file is missing.

    I have been working on the same numbers file for the past few weeks.  The last time I opened it was 1 week ago.  Today when I tried to open it I am unable and getting a message that the file is invalid and the index.xml file is missing. 

    Hi Tracie,
    I upgraded to Maverick OS X 10.9.5, numbers spreadsheet is saved. Upon re-opening, it appears to be frozen, a warning "file is invalid as index.xml file is missing". I checked, and the file is not "locked". This appears to occur only with using the new numbers app. When I open previous spreadsheets from old iWorks, no such problem occurs.
    How did you resolve your problem?
    Would appreciate any help here.
    Thanks,
    Deehay

  • How to write processing code for the Inbound IDOC to the R/3 ??

    i m having a file -> XI-->R/3 scenario,
    IDOC is being sent from XI to R/3,
    can u guide to me to write a processing code for the Inbound IDOC to the R/3,
    since i m new to ABAP and ALE technology, can we provide me any blog for doing that.......or guide me....

    Hi Sudeep
    Simple File to Idoc scenarion blog
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping - Any flat file to any Idoc
    Also see the blog
    <a href="/people/ravikumar.allampallam/blog/2005/02/23/configuration-steps-required-for-posting-idocsxi Steps for Posting IDOC's</a> by Ravikumar.
    Configuration of IDOC adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/96/791c42375d5033e10000000a155106/frameset.htm
    Regards
    Santhosh
    *Reward points if useful*

  • I recently installed Acrobat Pro X on my Mac. I initially accepted the terms of agreement, but then every few seconds the same prompted window for the terms of agreement keeps popping up. Can anyone explain why this is happening, and how to resolve?

    I recently installed Acrobat Pro X on my Mac. I initially accepted the terms of agreement, but then every few seconds the same prompted window for the terms of agreement keeps popping up. Can anyone explain why this is happening, and how to resolve?

    Have you tried reinstalling the original drive? Same symptoms with it?

  • Hello. It can be a iPhone4 accessories for the one with pictures and other things are transferred wirelessly to a TV? Thank you

    Hello. It can be a iPhone4 accessories for the one with pictures and other things are transferred wirelessly to a TV? Thank you 

    You need an Apple TV to be able to wirelessly send pictures etc. from iPhone.
    However you can buy an adapter if you want to connect to a TV
    http://store.apple.com/us/product/MC953

  • Which mac mini should i go for: the one with AMD graphic card or Intel. I meanly going to use it for hometheater and HD movies.

    which mac mini should i go for: the one with AMD graphic card or Intel. I meanly going to use this for hometheater and HD movies.

    Intel HD 3000 graphics card can easily handle HD movies up to 1080p. But if you are looking at higher resolutions possibly 4k or 8k that are being released this summer in new TV's, I would go with the AMD card. The AMD card would be good for video and picture applications and also games. But if this is strictly to power your 1080p home theater setup then the choice is obviously the Intel HD 3000.

Maybe you are looking for

  • Battery discharge

    IPhone 5s discharging so quickly even without simcard, already restired as new..but no changes.pls help

  • Same VI, different window appearance

    I would like to use the same VI either as a stand alone function or as being called as a Sub-VI from a different application. As a standalone, I have been using VI properties, window appearance = Top Level. As a sub,  I have been using VI properties,

  • Bluetooth issues with IOS 5.0 and Volkswagen

    Ever since 5.0 came out my VW bluetooth connects ok in the car however when you leave the car ,the volume on the ringer stays at two bars and is almost inaudible. There are also playback issues at times of music when connected to VW bluetooth in that

  • Do I have to upgrade to 10.10.3?

    Yet again I am presented with an "upgrade" to Yosemite.  The selling point seems to be a trade new app "Photo" which I don't need.  Reading the various reviews available online it would seem to be dodgy at least - some people are reporting complete c

  • Bbz10 worst phone ever built.

    How do I send an email to black berry to complain about the shocking products.