How to process inbound process code by populating its value

hi friends,
we have created a inbound process code for ticket creation and actualisation, for process an inbound idoc and we need to test by populating values to it
As i am a newbie to IDOC processing please help me in this regards by giving step by step
thanks in advance
S.Janagar

answered

Similar Messages

  • How to get the current node element by its value?

    e.g,:
    wdContext.current<b>Deal</b>Element().setAttributeValue("<i>deal_id</i>","<i>aaaaaaa</i>");
    above code can get the result i wanna.
    but now i wanna in terms of its node'name to  set attribute vaue of itself. in other words,i have no idea about how to get the current node element by its name"<b>Deal</b>".

    Hi Wing,
    The answer is there in your question itself.
    wdContext.currentDealElement()
    will give you the current node element by its name"Deal" or you could use
    wdContext.nodeDeal().getCurrentElement()
    or you could use
    wdContext.nodeDeal().getElementAt(wdContext.nodeDeal().getLeadSelection())
    Regards,
    Sudeep

  • How to output some JSF codes depend on the value of a managed bean

    like this:
    <?
    if (managedbean.propertyA == "1"){
    ?>
    <h:commandButton action="#{managedbean.update}" value="update"/>
    <?
    }else {
    ?>
    <h:commandButton action="#{managedbean.delete}" value="delete"/>
    <?
    ?>
    I know how to get the instance of a managed bean from jsp,
    but i think It is not a good idea that writing scriptlets to get the instance, then writing code like above .
    Is there a simple/reasonable way to implement this?
    Thanks.
    David

    Try this:
    <h:commandButton action="#{managedbean.update}" value="update" rendered="#{managedbean.propertyA == \"1\"}"/>
    <h:commandButton action="#{managedbean.delete}" value="delete" rendered="#{managedbean.propertyA != \"1\"}"/>

  • How to use a provider code without installing its package?

    Hi,
    I got a problem here.
    I found a security provider package named "cryptix" is what I need in my own software.
    My question is how to distribute it with my software?
    my app is a aaplet and I couldn't suppose all user machine have been installed this package before try my app.
    It is a simple question, I know.
    Thanks you all.
    greg

    You are writing an Applet right? If so you have a jar file that is downloaded when the applet runs that contains the applet code. You simply need to add an archive tag to your applet's HTML file which includes the cryptix jar. If you are using the Plug-in then you can set that jar to cache.
    The problem will be registering the cryptix provider with the security manager. I am not sure about this but I would imagine calling Security.addProvider() would throw an exception while running in an Applet sandbox.
    maybe I'm wrong but I would check before you get to far!

  • How to get active document  swatch color and its value

    Hi
    i want to get the swatch color of active document
    i use 3 to 4 colors both cmyk and pantone which is in swatches
    now i want to get their values using script
    any one please help me
    Thank you
    Appu

    Download the script "Render Swatch Legend" from the following site: http://www.wundes.com/JS4AI/
    This script generates a legend of rectangles for every swatch in the main swatches palette. You should be able to grab the code you need from this.

  • How does a multiple-select list box record its value?

    I assumed that the value of a MSLB would be based on all the values selected, similar to SharePoint column?
    I have a MSLB with 15 choices and I want to hide a section if 2 of the MSLB options are not selected. I have tried a rule on the section using
    MSLB Doesn't Contain "AUD-Public Co"  OR
    MSLB Doesn't Contain "AUD-Public Accountable"  THEN  HIDE.
    This doesn't work, if I change it to Is Equal To, it works but it is in reverse to what I want. If I change it to Is Not Equal To, it doesn't work at all, it stays hidden all the time.
    I created a Text box to be set when the MSLB is checked and it only displays the most recent selection and doesn't clear when all items in the MSLB are cleared. I read a few other postings that were trying to concat into a textbox but this is still only
    showing the last selected item.
    I just want to hide the section if 2 of the MSLB are NOT checked. I am hoping I don't have write a rule using Is Equal To for every option?
    Stunpals - Disclaimer: This posting is provided "AS IS" with no warranties.

    My next question would be, if I promote this field to a column in a SP Doc Lib, how will it be displayed. We are hoping it would be the same as multi select choice field on a regular SP list so we can filter by any of the values?
    Or perhaps there is a better way to accomplish this?
    Stunpals - Disclaimer: This posting is provided "AS IS" with no warranties.

  • How can we know perticular rfc is connected to process code and subprocess

    Hi all,
    we are integrating plm system to SAP ERP system(ecc). Plm system is connected to sap through sap CAD INTERFACE. In the cad interface they are configured process codes(5 chatecters length for identifying application like BOMCN for BOM) and subprocess codes(2 characters length for crete , delete e.t.c).
    These functions call dialog rfc interface like BOM_CREATE_BILL_OF_ MATERIAL. My question is how these process codes are calling RFC's and these are dialog rfc's how we can run in backgroung procesing. I will appreciate for early reply.

    Hi Prasad,
    -Inbound IDOC Development-
    Create Idoc segments (WE31)
    Create Idoc (WE30)
    Create message type (WE81)
    Assign Message type to Idoc type (WE82)
    Develop posting program.
    Configure the function to handle one or more idocs in the same call (BD51)
    Assign function module to Idoc and message type (WE57)
    Create inbound process code (WE42)
    Add message type to inbound parameters for partner (WE20)
    -Outbound IDOC Development-
    Create Idoc segments (WE31)
    Create Idoc (WE30)
    Create message type (WE81)
    Assign Message type to Idoc type (WE82)
    Develop posting program.
    Configure the function to handle one or more idocs in the same call (BD51)
    Assign function module to Idoc and message type (WE57)
    Create inbound process code (WE41)
    Add message type to inbound parameters for partner (WE20)
    Regards,
    Prabhudas

  • Question regarding Inbound process codes

    When I look into WE64 (inbound process codes), I can see that some messages have only the following process codes:
    - ABI_AIDN_IN
    - ED00
    - ED00_XML
    - ED08
    Can someone please tell me exactly what each of these process codes does?  I can find very little information (and none of it helpful) about these process codes.
    <b><REMOVED BY MODERATOR></b>
    Thanks
    Terri
    Message was edited by:
            Alvaro Tejada Galindo

    Anji - thanks for your reply.
    I've looked in WE42, and can see the entries.  This still does not give me any additional information about how these process codes work.  For example, I know that TXT1 is a process code tied to a workflow task that will process a TXTRAW01/02 idoc.  The TXT1 process code is tied only to that IDOC.  However, the process codes listed in  my original message are tied to all inbound idocs.
    Hence my original question, what exactly do these process codes do?
    Thanks,
    Terri

  • WE20 - partner profiles: inbound parameters - how to determine process code

    Running standalone scenario on SRM 5.0.
    First of all, it is not possible to "generate partner profiles" automatically in BD64 (distrubution model) in the backend system for message types:
    BBPIV, BBPCP, ACC_GOODS_MOVEMENT, ACLPAY and MBGMCR.
    The following error is displayed:
    BBPCO
    Inbound parameters for message type BBPCO could not be created
    Enter a valid process code
    etc.
    When trying to create partner profiles manually in WE20, how do I determine the process codes for the different message types?

    Note 330401 - Process code does not exist f. BBPCO01, BBPIV01
    Solution
    Check and if necessary, correct the following entries:
    1. Assign function module to message type
    Transaction WE57
    The following entries are required:
    Module IDOC_INPUT_BBP_IV IDOC_INPUT_BBP_ACC_PO
    Type F F
    Basic type BBPIV01 BBPCO01
    Msg type BBPIV BBPCO
    Direction 2 2
    Object type BBPBUS2081 (not for Release 3.1)
    Note that object type BBPBUS2081 is not defined in Release 3.1*. In
    this case, the 'Object type' entry remains empty.
    2. Characteristics of inbound function modules
    Transaction BD51
    The following entries are required:
    Inbound FM IDOC_INPUT_BBP_IV IDOC_INPUT_BBP_ACC_PO
    Input type 1 1
    03.09.2008 Page 2 of 3
    Note 330401 - Process code does not exist f. BBPCO01, BBPIV01
    Dialog allowed No No
    3. Create the missing process code with Transaction WE42 (change inbound
    process code). You can name the process code whatever you want. 'IV01'
    or 'CO01' are examples.
    The entry should look like this:
    Process code IV01 (CO01)
    Description BBPIV (BBPCO) inbound invoice
    Option ALE Processing with ALE service
    Processing Type Processing by function module
    Save the entry. You are then on the detail screen. Enter:
    Module (inbound)
    Function module
    IDOC_INPUT_BBP_IV (IDOC_INPUT_BBP_ACC_PO)
    Application object
    Object type
    BBPBUS2081 (- no entry -)
    4. Maintain the process code that has just been created in the partner
    profile for the logical system.
    Transaction WE20
    Partner type 'LS'
    regards
    Muthu

  • 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*

  • XI-- IDOC scenario, how to link process code with function module

    Hi Forum,
    I have a XI--->IDOC (R/3) scenario,
    where i m creating a IDOC in XI and sending it to R/3,
    i have done all settings to send the IDOC from XI to the R/3,
    i also have the function module to process that IDOC in R/3,
    the problem is:
    I want to know in details (step by step) how to make a Idoc Inbound process code, link it with the function module and use the process code in the Partner Profile in R/3,
    pls help

    HI,
    FOr this u need to go to transaction WE41 for inbound and WE40 for outbound there u assign the function module.
    Now u go to WE20 transaction for partner profile and u can assign the proces code to the inbound message.
    Go to the below help for more information:
    http://help.sap.com/saphelp_nw04/helpdata/en/72/c18ee5546a11d182cc0000e829fbfe/frameset.htm
    Inbound process code:
    http://help.sap.com/saphelp_nw04/helpdata/en/72/c18ee5546a11d182cc0000e829fbfe/frameset.htm
    Thnx
    Chirag

  • IDOCs - Simple doubt in INBOUND DELVRY. IDOC-DELVRY03, Process code isDELV?

    Hello Experts,
    Our SAP system receives the Inbound IDOC for Delivery from Gentran.
    Further details are,
    Process code: DELV
    IDOC type: DELVRY03
    Message type: SHPCON
    Message code: TOC
    Parther profile: Account # of Ship To party
    So, my requirement is that,
    If this Inbound Delivery IDOC contans the Message Code as TOC, I need to insert/add my logic
    so, let me know that,
    1) Request u that, let me know How to go ahead, becoz am new IDOCs, like, Is I need to look for the any Usre Exit? I mean, At Wht point I need to add my code in this whole process?
    thank you
    Edited by: Srinivas on Jun 29, 2008 11:15 PM

    Hi Srinivas,
    Use the below user exit for creating a STO order.
      CALL CUSTOMER-FUNCTION '003'
           EXPORTING
                IDOC_CONTROL        = IDOC_CONTRL
                IDOC_DATA           = IDOC_DATA[]
                DELIVERY_HEAD       = S_KOKO
                DELIVERY_ITEM       = T_KOPO[]
                PACKING_HEAD        = T_VSEK[]
                PACKING_ITEM        = T_VSEP[]
                PROCESSING_STATUS   = F_STAT
           IMPORTING
                WARNING_IGNORE      = F_FLAG
           CHANGING
                PROCESSING_PROTOCOL = T_PROT[]
           EXCEPTIONS
                OTHERS              = 0.
    Because by the time you get to this point, the delivery document is created. I believe you need to create the STO order only once the delivery document is created.
    Thanks,
    Mahesh.

  • Inbound Process code

    Hi Folks,
        When creating the Inbound Process for customized scenario where the IDOC type is CUstom and Inbound FM is also custom. The Custom Process code details in WE42 should be like
    Function Module           - Custom FM
    Maximum number of repeats - 0
    Then what should be the IDOC packet , IDOC and Application Object be filled like...should it be blank or you need to pass some details. Please help.
    Regards,
    Tim

    if dont have any application object you can leave them blank.
    It still works.
    Or you can give general seetings.
    Idoc Packet :
    Object Type : IDOCPACKET
    Endevent : MASSINPUTFINISHED
    IDOC:
    Objecttype: IDOC
    Startevent : PROCESSSTATEREACHED
    Endevent : PROCESSSTATEREACHED
    Most of it depends how you want to process the documnet , btu above detaisl should be enough for posting your document.
    Regards,
    Mano Sri

  • Add new inbound process code we42

    i am using we42 to add process code mbgm post goods movements identification appl_idoc_inputi for processing with ale service for processing by function mode
    i am getting choose the key from the allowed namespace next to the process code.
    I think i read that in transaction sm31 i need to look at table v_tbd51 so i did
    i see function module appl_idoc_inputi
    now what do i do?
    the bottom line is when i go in bd87 i get function module not allowed so i am trying to correct this by adding a process code for mbgm

    when i go into bd87 i see idoc 631763
    idoc in inbound processing
    application document not posted
    mbgmcr
    function module not allowed APPL_IDOC_INPUTI
    when i go into we02 is see control rec idoc 631763 message MBGMCR02 i see several data records(6 segments)
    when i go to performance assistant is says the following
    1. Please check that the process code in the inbound partner profile is correct.
    2. If this is the case, you should check the ALE inbound methods ALE inbound methods for the process code and see whether the specified function module and application object type are correct.
    so i am trying to add to the message mbgmcr02 the process code mbgm
    am i thinking correctly
    how do i do this

  • How To Process Inbound Shipment IDOC of IS-OIL ?

    Hi Expert,
        We are on 4.7E IS-OIL. We have one requirement thru which we are getting the Shipment IDOC from SCM system which is coming to R/3. The IDOC Message Type Which is Flowing From SCM To R/3 is OILSH1 & Basic Type is OILSHI01.
    I want to Know how to Process this IDOC as InBound IDOC in R/3 & create the Shipment Doucment from it in R/3.
    What is the Process Code & Function Module I should use.
    Kindly give me the Step By Step Settings if Possible. like Partner Profile etc.
    Regards,
    Umesh

    Hi,
    Idocs Works on tRFC Queues.
    Check this Report to Process Inbound Idocs with Specified Status.
    RBDAPP01
    Regards
    Seshagiri

Maybe you are looking for

  • No recovery option is showing up

    hi im having problems with my toshiba satellite L745 and it wont load my windows 7..it always stops on black screen with flashing cursor..i keep trying the recovery option thing but no hdd recovery option is showing up..please i need some advice

  • Samsung Charge Shuts down when taking a picture

    Is there a fix yet for this?    when I call customer service they act like they have never heard of such a thing.... even sent me out a new phone.... same thing is happening and I have found tons of other complaints about the same thing. It is so fru

  • How PI handels encoding formats?

    Hello Experts, Please help to understand how PI 7.1 treats different encoding formats eg ANSCI ect or how it handels properity chacters coming in messages? - Rajan

  • Problem viewing PDF correctly

    im unable to view the edited parts of a PDF file correctly. On my iMac on preview I'm able to view and edit the relevant parts of the PDF but the when I email this, the edited parts are blank when being viewed on a iPhone/iPad. any ideas?

  • E71,E72 in corporate environment , user data

    Company has tens of Eseries phones in use. Quite often phone will be handed over for use to other employee. IT should clean personal data like exchange e-mails, SMS, contacts, calendar, notes before. Has anybody solution to remove personal data easy,