How to find the Standard Program associated with a Standard IDOC

Hi,
      I am going work on enhancing the standard IDOC. Any body can suggest how to find a standard pogram associated with a Standard IDOC. And can any body send some exaple code for extending a standard IDOC and to implement the logic in the standard program .....

Hi,
For outbound IDoc the program can be found:
1) For master IDoc via transaction BD60. Here for the message type you can find the function module used to generate the IDoc. Within this function module you can find the user exit where you can code your logic.
2) For IDocs with message control (output control) we maintain settings for proces code in WE41. This process code will lead to outbound IDoc generation program.
For Inbound IDoc the program can be found:
Via WE42 where inbound process and its related inbound function module is maintained.
In each cases above we can go the function module and find the customer exit where idoc enhancement logic can be coded.
For extending IDoc look at the following links:
<a href="http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b7d6243d711d1893e0000e8323c4f/content.htm">Extending IDoc - SAP help</a>
It can be summarized as follows:
Enter transaction WE30 (ALE->Extension-> IDOC types->Maintain Idoc type)
- Type in your name of the extended IDOC type (usually starting with 'Z') and click on the Basic IDoc type, click the create icon.
- Click on Create new and enter a description and press enter.
- Click on ZIDOCTYPE01 and then on the Create icon.
- Enter ZIDOCTYPE as the segment type, click on Segment Editor.
- Enter a description for your segment type and create.
- Enter a description for your segment, enter each field required in your IDoc and press enter to validate.
- Save and generate, press back
- To release the segment choose Goto, Release from the menu.
- Check the box on the line of your segment.
- Save, back and enter.
- Your Idoc type structure should be displayed with your new segment.
- Save and back.
- To release the Idoc type choose Extras, Release type from the menu and Yes.
Hope this helps.
Regards,
Gajendra.

Similar Messages

  • How to find the Display Template associated with a JSP ?

    Hi All,
    We have a requirement to alter the text on few buttons and headers for a Published Site. I have modified the Seeded JSP and saved as xxseeded.jsp and deployed in $OA_HTML. Now i want to add this custom JSP to the Display Template but i don't know how to find the Display Template Associated with the Seeded JSP. So, i need to know the Programmatic access name for the Display Template which uses this Seeded JSP as Source file. Is there any where i can check?
    Thank you

    Hi,
    Use the below queries
    Use the below query to get the Template name for the associated JSP file.
    SELECT I.ACCESS_NAME, A.FILE_NAME FROM JTF.JTF_AMV_ATTACHMENTS A, APPS.JTF_AMV_ITEMS_VL I, IBE.IBE_DSP_LGL_PHYS_MAP M, IBE.IBE_MSITES_TL S WHERE A.ATTACHMENT_ID = M.ATTACHMENT_ID AND I.ITEM_ID = M.ITEM_ID AND M.MSITE_ID = S.MSITE_ID and a.FILE_NAME like 'Jsp file name here'
    Same query can be little modified to get the File name from the Template name.
    SELECT I.ACCESS_NAME, A.FILE_NAME FROM JTF.JTF_AMV_ATTACHMENTS A, APPS.JTF_AMV_ITEMS_VL I, IBE.IBE_DSP_LGL_PHYS_MAP M, IBE.IBE_MSITES_TL S
    WHERE A.ATTACHMENT_ID = M.ATTACHMENT_ID AND I.ITEM_ID = M.ITEM_ID AND M.MSITE_ID = S.MSITE_ID and I.ACCESS_NAME like ‘template name here’
    Thanks
    Pradeep
    Edited by: Pradeep Kalyan on Feb 9, 2012 9:40 PM

  • How to find the outbound program for standard IDoc

    Hi Folks,
    Can anyone tell me how to find the outbound program/tcode for a standard IDoc? For e.g. IDoc - MATMAS05 can be generated & distributed using tcode BD10. Similarly how do I find the outbound program/tcode for any standard IDoc? Is there any procedure to find the same.
    I have tried to search based on the package name, but unfortunately I didn't find the information for IDoc: COND_A04.
    Thanks in advance.
    Somu

    You can do following steps if the idoc is generated based on change pointer concept (for masters)
    - Identify the message type associated with idoc type (table EDIMSG).
    - Function module for generating the IDOC will be available in table TBDME (pass message type as input).
    Refer to the standard Outbound IDOC generation program RBDMIDOC for more details.
    If the idoc is generated based on the process code concept (transaction data), get the process code information from table TMSG1 (pass message type as input), get the function module associated process code from table TEDE1 (pass process code as input).
    Regards, Vinod
    P.S: There is no standard way to find out the associated program / Tcode for generating idoc. The above process will be helpful to find out the underlying function modules to generate the idoc.  For generating idocs based on change pointers the generic program RBDMIDOC can be used.
    Edited by: Vinod Kumar on Jul 13, 2011 2:15 PM

  • Finding out the print program associated with form

    Hello Gurus,
    Anyone let me know how to find out print program associated with form.
    Correct answers will rewarded.
    Regards,
    Sri

    hi - Please check with FM SAPSCRIPT_SELECT_PROGRAM. Just execute and give ur form name, it will display teh print program.
    Regards
    Arun Kumar. S

  • How can i find the VBRP-MATNR associated with a particular  BSET-BELNR.

    Hi Experts,
    How can i find the VBRP-MATNR associated with a particular  BSET-BELNR.
    Regards,
    Siva
    Edited by: siva kumar on Nov 13, 2008 8:11 AM

    Hi Siva,
    Small correction here as said by our friend Tao.
    vbrp has no relation with bkpf.use vbrk.
    vbrk-bukrs = bkpf-burks,
    vbrk-belnr = bkpf-belnr,
    vbrk-gjahr = bkpf-gjahr.
    Regards,
    Vvieks

  • EA Could Not Find The .html File Associated With...

    After naming folder names, I now get the "EA could not find the .html file associated with..." message when I open the .edge file. When I open the .an file, I have all elements and the timeline are gone! How can I restore it? Surely, it is just a question of changing a path, or? Please help. Thanks!

    From the File > Open menu, browse to the that same folder (the newly renamed one), and select the .html file.
    Darrell

  • Query to find the request group associated with a responsibility

    Hi All,
    I have to attach a report to around 30 responsibilities. For this I will have to find the request group for each responsibility and then add the Concurrent Program for the report in the corresponding request group.
    Can anyone help me with a query to find the request group associated with a responsibility.
    Regards,
    SK

    Just to add to the query above, if you want to see request group along with request_group_id you do join as follows
    SELECT frv.responsibility_name
    ,frg.request_group_name
    FROM fnd_request_groups frg,
    fnd_request_group_units frgu,
    fnd_responsibility_vl frv
    WHERE 1 = 1
    AND frgu.request_group_id = frg.request_group_id
    AND frv.request_group_id = frg.request_group_id
    ORDER BY responsibility_name
    Thanks
    Shailendra

  • Where can I find the phone number associated with my 3G iPad?

    How do I find the phone number associated with my iPad?  We'd like to sell it, so we want to cancel the 3G service, but the AT&T website asks for the phone number. 

    I don't have the 3G ... but is there a phone number?  Can you make phone calls with it ... I was told there is not phone service from the iPad when I get my iPad1?
    But did you check in
    Toolbox -> Phone -> My Number
    or
    Toolbox -> General -> ????
    That's where it is on my iPhone ... so maybe some variation of that on the iPad.  Most likely somewhere under Network, the third box down in General?

  • How to find the print program for a sap script

    Hey Experts,
    How to find the print program for a sap script (espicially when it is a custom script(Z*))?
    Thanks a ton,

    Thanx Vijay,
    Actually when I searched for the program in both the tables it didnt show up ther.
    But when I did check in the texts of script, I found it.
    Good job.
    Thanks all.
    Vijay, a small doubt.
    But why didn't it show up in those 2 tables when all the print programs for standard scripts show up usually?
    thnx once again.
    Message was edited by: dev a

  • HT201269 How to change the email address associated with an iPhone account?

    How to change the email address associated with an iPhone account?  I inherited my son's phone and it still shows his phone number even though I can add my own email account.  My iCloud is also associated with his phone number.

    If you mean you want to change the iCloud ID your phone is signed into on your phone (which looks like an email address), you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iDevice, then sign back in with the ID you wish to use. 
    If you don't know the password for your old ID, or if it isn't accepted, and your old ID is an earlier version of your current ID, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • How to find the what version ( Data center or Standard ) of SCOM installed

    How to find the what version ( Data center or Standard ) of SCOM installed
    Raghavendra Bhat

    Raghavendra, you are true. There are two version of System center 
    Microsoft considers the Standard version for those who are “lightly” virtualized, i.e., those that do not need an excessive number of VMs running in the organization.  The license for Standard includes 2 processors and 2 VMs (or two
    OS instances).  You can stack licenses if you need to add additional processors or additional VMs in your environment, but there is a breakpoint where it makes more sense, financially, to opt for the Datacenter package.  That breakpoint will generally
    be around 5 VMs.  Pricing is $1,323 for System Center 2012 Standard.
    Microsoft considers the Datacenter version for those organizations who are highly virtualized.  System Center 2012 Datacenter licenses include an unlimited number of Operating System Environments (OSEs) in an on premises environment
    or eight OSEs in a public cloud environment.  Large Enterprises and Cloud providers will benefit most from this model.  Pricing is $3,615 for System Center 2012 Datacenter.
    For more information about licensing and difference between system center Datacenter and standard, you can refer below link
    http://myitforum.com/myitforumwp/2012/01/17/new-system-center-2012-suite-versioning-and-licensing-model-simplifies-and-excites/
    Please remember, if you see a post that helped you please click (Vote As Helpful) and if it answered your question, please click (Mark As Answer).

  • How to find the records using contains with the word like this 'some text-some text'?

    Hi,
    How to find the records using the full text contains keyword and that column contains ‘some text-some text’
    In the above some text can be anything.
    Does anybody know please let me know.
    Thanks,

    Hello,
    You can try to create a Full Text Index on the table and use CONTAINS() to get the record which contains the specify words.
    For example:
    SELECT * FROM TABLE WHERE CONTAINS(column_name, 'some text')
    Reference:
    Full-Text Search (SQL Server)
    Creating Full Text Catalog and Full Text Search
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • How to find the corresponding programs for a particular condition type

    Hi experts,
    I have one condition type( KSCHL ).
    I need to find the programs where this condition type is used.
    Thanks in Advance.

    Dear Nagireddy,
    You have to go further by using where-use list option(Arrow Direction Icon) from SE11 or from SE38 editor. Then the system will show you the places where the condition type KSCHL is being used.
    Thanks & Regards,
    Dinesh

  • HT204053 How to change the email address associated with my Apple ID?

    I currently use yahoo, and want to delete that account. However it is the email address that is associated with my Apple ID. Is there a way to switch my apple ID to my new email address?

    Go to http://appleid.apple.com and click 'Manage your Apple ID'. Log in: click 'Edit' next to the email address which forms your Apple ID and you can change it to another functioning non-Apple email address.

  • How do I find the logon name associated with a roaming profile folder

    Hello,
    We have Server 2003 R2 Enterprise and Windows 7 Enterprise workstations.
    We normally name the profile path \\server\profiles\%username% and that assigns the users logon name to the profile folder.
    Someone created a user account and incorrectly named the profile path so the folder name and user logon name do not match. I am trying to find out who owns the folder without taking ownership of the folder (by default, we did not include Administrators in
    NTFS permissions).
    Is there a way I can find out what the user logon name for the profile folder is without taking ownership of the folder?
    Thanks in advance.

    if there is a chance that the user/owner is still configured with this folder as profile attribute, check the profile attributes of you users for the user account with the matching profile folder attribute.
    check the script gallery, or similar, for a script which will list out all user account profile attributes to a text file, then search/browse that text file for the matching folder name -> user account.
    I have some older scripts tucked away which do ADSI queries in VBscript, to dump out the home_folder and profile_folder attributes for every user in our AD. This helps when we are re-shuffling home_folders or profile_folders from one server to another, etc.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

Maybe you are looking for

  • Not Getting the link to download Oracle Service Bus 10.3

    Hi All, I want to install Oracle Service Bus 10.3. However I am getting links to download Oracle Service Bus 10.3.1. Can anyone tell me please from where I can download Oracle Service Bus 10.3 Thanks in Advance!! Roshni

  • Using RMAN to delete unwanted archivelog files..??

    Hi All, How can i remove the unwanted archivelog files from the disk, to manage the disk space usage, using RMAN? My 10g database is in ARCHIVELOG mode and the OS is RHEL ES Release 3 when i tried with 'delete expired archivelog all;', i got the resu

  • Trace File Name

    In a R12 Dev instance, we have trace files generated after turning on the "Concurrent: Allow Debugging" option at the user level (ID 301372.1). Is there a way to identify the trace file names? From prior runs, it seems that the trace file name is for

  • Seagate Barracuda problem on Pavilion a6551nl with Windows 7

    My PC reports a hard drive failure warning at boot up on my two Seagate Barracuda hard drives. I found that HP has a tool to solve this at http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-64493-1&cc=nl&dlc=nl&lc=nl&...=.  Unfo

  • STO Creation - Availability check

    When you create an STO & if there is not enough stock in supplying plant, you got a WARNING message saying something like u201C of Material XXXXXX, only 49 EA are available on desired dateu201D.  The STO is saved but the system put a date of 12/31/99