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*

Similar Messages

  • How to write a code for  open new txt file in swing

    hai all,
    now i do one project in java.that project's GUI is Swing. But i don't known swing (basic).So how to write a code for open new txt file and "Open window " in menu item on swing.that means when i click the "New" on menu that time open a new txt file. open also like that type.
    plz give me that code ! very urgent
    Advance Thanks !
    RSK

    Swing Tutorial:
    http://java.sun.com/docs/books/tutorial/uiswing/index.html
    Since you don't know the basic of swing read the tutorial, it is for your own good because it is useless if we provide you with a code you don't even understand and how it works.
    If you want a menu read the tutorial about using menus and for opening a file read using JFileChooser.
    note: don't use the word urgent because it implies that your problem is more important than others.

  • How to write a code for cumulative values..

    Hi
    Can any one proivde the Sudo code for Customer exit at Reports.
    I need to write a code for when ever user input Calaender month then querry calucalate the cumulative values also.
    How to write a code for cumulative values..
    Example:
    Customer -Sales.Quantity(CalMonth)---   Sales.quantity(Cumulative Month)  
    1000--223--
    2200
    Regards
    mannev.

    hi mannev,
    to get an idea, search in SDN
    for example
    customer exit code
    with hopes,
    Raja Singh

  • DELV process code triggers unwanted inbound idoc!

    Hi,
    I am creating a delvry03 idoc with message type shpord.The process code is DELV.I am sending the idoc from LS to KU.I maintained the outbound parameters in both receiving and sender systems.The outbound is creating perfect.However, there is an unwanted inbound idoc that is being created.All the inbound idocs getting created in this way is in error.I am not able to understand why the inbound idoc is getting created.
    I see DELV as both outbound and inbound process codes, but then i am not able to understnad why shpord message type is getting processed.I have not done the distribution model as the receiving system is customer.
    Could someone help me out in this weird scenario.Thanks

    Duplicate in ABAP General deleted.  Post in ONE forum only, please.
    matt

  • How to create process code for idoc bank_create01 in testing client

    hi,
    I am using Idoc BANK_CREATE01 and BANK_CHANGE01  to post idoc to R/3 in inbound side.
    there is no standard process code available for this idoc
    But there is a function module idoc_input_bank_create which posts data to r/3 from the idoc.
    So i created a zprocess code and attached this function module to it.
    But all this i have done in the development client , but it is not being reflected in the testing client
    And i am not able to create Process code in we42 in testing client since it is not modifiable.
    So , is transaction we42 client 42??
    Or is there any way that whatver i create in dev client should also reflect in testing client
    Please help
    Regards,
    Loveena

    Hi,
    While Creating the process code u have to save under transport ID under which id u have stored it,transfer that id into QA system then u can test ur IDOC.
    If u have created it under local object then u have to agin store into one tranport id and then transfer it.
    Regards,
    Phani
    Reward points if Helpful

  • Why dont we need process code for outbound master idoc?

    For inbound master idoc we need a process code (EX. matmas03-MATM) but for <b>outbound master idoc</b> why dont we need process code?can anybody clarify me on that.
    thanx in advance....

    plz clarify me on that...its urgent...

  • Process code for invoice

    Hi ,
    I need to know if there is any process code for outbound invoice idoc and inbound invoice idoc . Please let me know I know there is process code INVM for MM - invoice. Is this is the same as normal SD invoice ?
    Thank you

    Pls check this thread on inbound invoic processing...
    Re: Custom segments in INVOIC02
    Check the process codes - SD08 & SD09, for generating outbound invoic idocs.....
    Thanks,
    Renjith

  • Process Code for Outbound Production Order??

    Does anybody know the Process Code for Outbound Production Order??
    BASIC Type : LOIPRO01
    Message Type : LOIPRO
    Regards,
    Ravi

    Hi Everybody.
    There's no standard process code for LOIPRO Outbound Idocs.
    This Idocs are threated as master data info, and could only be automatically generated by Data Distribution Model.
    BD64.
    Anyway, you can define your own Outbound Process Code in WE41 using CLOI_MASTERIDOC_CREATE_LOIPRO FM.
    You can choose.
    Regards.
    Albert.

  • Process code for 869(EDI ) Order Status Inquiry Message type.

    Hi Gurus,
                       Please can any one help in providing Process Code for 869 Order Status Inquiry Message type.
    Thanks,
    Sudhakar

    Hi Everybody.
    There's no standard process code for LOIPRO Outbound Idocs.
    This Idocs are threated as master data info, and could only be automatically generated by Data Distribution Model.
    BD64.
    Anyway, you can define your own Outbound Process Code in WE41 using CLOI_MASTERIDOC_CREATE_LOIPRO FM.
    You can choose.
    Regards.
    Albert.

  • How to block the status mail for an inbound Idoc to a specific user

    Hi,
    I have to stop sending the error status mail to a specific user depenidng on Partner Type. This will trigger when an inbound Idoc contains status error(message type INVOIC &ORDRSP).This user needs other mails which are getting triggered with the same Idoc for the same partner. Basically, the requirement is to block only the status mail for that user. The statndard task for this is TS70008125 and it uses the agent determination rule 30000001 (Idoc Administrator).in WE46, this task is assigned to process code EDIR. I have copied the task to a custom task and changed the agent determination rule. I would like to know how will I configure this task so that this custom task will trigger for the status error, without altering other workflows for the same message type & the partner type. Or is there any other way to block the mail?
    Thanks,
    Santosh

    Hi,
    I have done the required coding to exclude the specific agent from the rule,copied the task and its ready. My question is how do I map this custom task to a particular partner type, for the message type INVOIC in WE20? (The message type used for the inbound Idoc is INVOIC). I checked the Partner profile in WE20. Most of the process code is using function module as the processing type.
    Thanks,
    Santosh

  • 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 get the inbound idoc for the newly created inbound Idoc FM

    Hi,
    I have created a new function module to process the Inbound idoc.  I need to have a idoc to check my function module, whether it is working fine or not.  How I can get the data.  Do I need to have the idoc from the partner ?  Please help me ASAP.
    Thanks,
    sreenivas.

    Hi Sreenivas,
    Go to WE19 and get any of the your present idoc  with the idoc type
    then go to BD20...execute the same idoc...and there you can create the IDoc, and process the same with the Inbound function module tab..( give the FM you are using as the process code.)
    from there you can do the debugging aswell of that FM
    Thanks

  • What is the process code for message type FIXEDASSET_CREATE?

    Hi all
    please tell me that what is the process code for
    MESSGAE TYPE = FIXEDASSEt_CREATE,
    FUNCTION MODULE = IDOC_INPUT_FIXEDASSET_CREATE,
    BASIC TYPE = FIXEDASSET_CREATE01 ?
    thanx in advance.......
    Edited by: Prachi Sharma on Jan 11, 2008 7:45 AM
    Edited by: Prachi Sharma on Jan 11, 2008 8:03 AM

    Hi,
    Check the Tcodes WE41 and WE42 for Outbound and Inbound process codes
    Check below Tables as well
    EDE1T
    EDE2T
    EDE5T
    EDE6T
    TEDE5
    TEDE6
    Regards,
    Satish

  • Process code for inbound credit Memo

    Hi All,
    May know what is the process code for inbound Credit Memo  (Return of Goods)
    Thanks,
    Matthew

    Hi Gautham,
    I checked the IDOC in BD87 tcode and it is saying "Function module not allowed: IDOC_INPUT_ORDRSP".
    I gave ORDR as the process code in the inbound parameters of the receiver system partner profile.
    In the sender system, I gave me10 as the process code. And there the status is 12, so everything is fine over there.
    Vishwa.

  • Oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters

    Dear Guru's,
    I am not able to solve the above issue for last couple of days.
    I am newbie to the webservice
    My Issue...
    I am using Jdeveloper 11.1.2.4.0 Release 2
    1. Using Jdev I built one small Web Service with two methods.
            While testing the Webservice...
                   I passed User Id as Parameter and it successfully return the values (user id, user name and description) from fnd_user table
    2. I created another application to consume the web service i created.
                   1. I added the webservice SOAP and added the method.
                   2. Created a jsf page and drag and drop the parameter and return values to the jsf page.
    3. While executing the created jsf page I received the error message as below
    "oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters are {0=Attribute, 1=UserName, 2=UserName}"
    Even I know that this issue is repeated one in our forum, I was not able to solve this issue.
    Can anybody help to solve this issue.
    Thanks and Regards,
    Durai S E

    Dear Guru's,
    I am not able to solve the above issue for last couple of days.
    I am newbie to the webservice
    My Issue...
    I am using Jdeveloper 11.1.2.4.0 Release 2
    1. Using Jdev I built one small Web Service with two methods.
            While testing the Webservice...
                   I passed User Id as Parameter and it successfully return the values (user id, user name and description) from fnd_user table
    2. I created another application to consume the web service i created.
                   1. I added the webservice SOAP and added the method.
                   2. Created a jsf page and drag and drop the parameter and return values to the jsf page.
    3. While executing the created jsf page I received the error message as below
    "oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters are {0=Attribute, 1=UserName, 2=UserName}"
    Even I know that this issue is repeated one in our forum, I was not able to solve this issue.
    Can anybody help to solve this issue.
    Thanks and Regards,
    Durai S E

Maybe you are looking for

  • Export and split mail merge to Word Documents

    Hi there, I have a mail merge which creates one very long Pages document. I need to split the pages document into separate MS Word documents. Any suggestions?

  • Events : CL_SALV_TABLE

    Hi All, How can i handle top_of_page events using the data displayed thru cl_salv_table? Also can i make the columns displayed thru cl_salv_table editable? If i can how? Also how can i handle the changed values? A sample code will greatly help. Thank

  • Fail to launch Software Update and Aperture 2 in 10.5.2

    apparently i was unable to use the software update and aperture 2 installer this evening. everytime i try to open the programs they just flash once and exit automatically. would anyone can help me will be highly appreciated. thanks. here's the proble

  • How to Change Frame Size in FCE 2

    Hi, I'm very new to this video stuff. Is there a way to change the frame size in FCE 2? When creating a new project there are different options for the type of video but there does not appear to be a way to change the frame size from 720 x 480. I wou

  • This is a very easy question.....

    Could you please check out this site? For some reason my applet won't load on my computer over the web. I don't get any error messages. All my files are in the same directory. Please see if you can view it. It uses Swing. http://www.angelfire.com/ok5