How to find out back end mapping program for Idoc ?

HI Experts,
Iam new to ALE IIDOCS .. i have a issue in existing idoc .
Some data maping problem is there in the existing idocs
I need to find out back end program for this perticular idoc  no .
Exactly where they have written the maping code  .
How to find out this ?
is there any preceedure to trace the back end program based on the idoc number .
Regards
RameshG

Hi Ramesh,
If you are looking at Inbound que then we generally double click on idoc go to control datat info and then take partner data info there
Goto we20 check teh system and there double click the message type and there in inbound option double clik the porcess code it gives you one FM where you can see logic written to process that IDOC
Regards,
Poornima

Similar Messages

  • How to find through back end for particular report any patches is applied

    Hi,
    How to find out any patches is applied for particular report.

    Are you talking about eBusiness-reports? Then post your quetsion in the eBusiness-forum OA Framework

  • How to find out the Number range object for Incident number

    How to find out the Number range object for Incident number ?
    CCIHT_IAL-IALID
    regards,
    lavanya

    HI, an example.
    data: vl_num type i,
          vl_char(6) type c,
          vl_qty type INRI-QUANTITY,
          vl_rc type INRI-RETURNCODE.
    CALL FUNCTION 'NUMBER_GET_NEXT'
      EXPORTING
        NR_RANGE_NR                   = '01'
        OBJECT                        = 'ZRG0000001'
       QUANTITY                       = '1'
      SUBOBJECT                     = ' '
      TOYEAR                        = '0000'
      IGNORE_BUFFER                 = ' '
    IMPORTING
       NUMBER                        = vl_num
       QUANTITY                      = vl_qty
       RETURNCODE                    = vl_rc
    EXCEPTIONS
       INTERVAL_NOT_FOUND            = 1
       NUMBER_RANGE_NOT_INTERN       = 2
       OBJECT_NOT_FOUND              = 3
       QUANTITY_IS_0                 = 4
       QUANTITY_IS_NOT_1             = 5
       INTERVAL_OVERFLOW             = 6
       BUFFER_OVERFLOW               = 7
       OTHERS                        = 8
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    vl_char = vl_num.
    write vl_char.
    Regard

  • How to find out the manditary fields in an IDOC

    Hi,
    How to find out the manditary fields in an IDOC.
    For example MATMAS05 .
    For this 2 segments I want to find out the manditary fields.
    E1MARA
    E1MAKTM

    Hi,
             go to transaction WE30 and give the corresponding IDoc type and enter. Then you will get all segments for that IDoc type then double click on segment. A popup box will come in that it will show a check box whether it is a mandatory segment or not. And segment editor button will give all the field details.
    Regards

  • How to find out the last time login for a locked login account?

    In ASE 15.4,there are many login account show as locked and unlocked. How to find out the last login time for those locked login account?

    Thank you.  The version of my ASE is 12.5.4.
    This is what I got from select * from syslogins: 
    suid status accdate totcpu totio spacelimit timelimit resultlimit dbname name password language pwdate audflags fullname srvname logincount procid
    1
    30 2 10/25/2012 11:41:10.430 AM 0 0 0 0 0 . . ... us_english 02/24/2.0.08 12:55:38.640 PM 0 [NULL] [NULL] [NULL] [NULL]
    this is what I got from exec sp_displaylogin 'mylogin':
    1 Suid: 46                               
    2 Loginame: mylogin   
    3 Fullname: FN LN
    4 Default Database: mydb
    5 Default Language: us_english   
    6 Auto Login Script:    
    7 Configured Authorization:   
    8 Locked: YES                              
    9 Date of Last Password Change: Apr 17 2010  2:36PM    
    10 Password expiration interval: 0            
    11 Password expired: NO                               
    12 Minimum password length: 6            
    13 Maximum failed logins: 0            
    14 Current failed login attempts:    
    15 Authenticate with: AUTH_DEFAULT                     
    which one is for last login time?

  • How to find out relevant Infosources and Infocubes for Datasources (LO)

    Hi Gems,
    I am new to BW.
    How to find out relevant Infosources and Infocubes for Datasources for LO Cockpit
    any help site pls.
    Thanks in advance

    1. make sure that your datasources have activated (trans RSA5 in SAP Source System) from the SAP Source system (Ex: R/3 or SCM System)
    2. after that you have to run trans RSA9 in SAP Source System to transfer new datasource in to BI System.
    3. log-on into BI System, run trans RSA1, choose SourceSystem Tab in the left panel. Right click on to your SAP Source System then choose <b>Replicate</b>.
    4. in the left panel choose BI Content tab, select infoObjects by infoArea.
    5. then Click on Grouping, select in <b>Dataflow Before and afterward</b>. Click Collection Mode, select Collect Automatically.
    6.in the middle panel, expand "Supply Chain Management" infoArea, select both <b>Characteristics: Logistics General</b> and <b>Key Figures: Logistics General</b>. Right click on it and select <b>Insert Objects for Collections</b>.
    7. After the objects have been inserted into Collected Objects then choose install with option Install in Background.
    8. Wait for the result.
    <b>Pls give point if you see its helpful.</b>
    Regards,
    Chuong Hoang

  • How to find out my four number password for iphone4, how to find out my four number password for iphone4

    how to find out my four number password for iphone4, how to find out my four number password for iphone4

    There is no way to find out your four number password for your iPhone. If there were there would be no point in having a passcode. You can reset the phone as described here: http://support.apple.com/kb/HT1212.
    There is no way to find out your four number password for your iPhone. If there were there would be no point in having a passcode. You can reset the phone as described here: http://support.apple.com/kb/HT1212.

  • How to find out the SET PARAMETER ID for FB02 transaction

    hi masters,
    i m working on a alv report and in that i have to make a BELNR field as a interactive field. i m using the 'user command' for this.
    FORM user_command USING ucomm TYPE sy-ucomm
                        selfield TYPE slis_selfield.
      IF selfield-value IS NOT INITIAL.
        CASE selfield-fieldname.
          WHEN 'BELNR'.
            SET PARAMETER ID 'FBAS'  FIELD selfield-value.
            CALL TRANSACTION 'FB03' AND SKIP FIRST SCREEN.
          WHEN OTHERS.
            MESSAGE text-000 TYPE 'W'.
        ENDCASE.
      ENDIF.
    ENDFORM.                    "user_command
    i used this code using this. using this code my program goes to FB03 tc but it don't shows the data of BELNR what i was clicked. it always shows first BELNR no. in the table. plz anyone help me for this..
    the  SET PARAMETER ID 'FBAS'  i m using is right? if not plz suggest me how to find out correct one?

    Hi Vicky,
    To know the Parameter Id of any field in a transaction ,
    you just press F1 onthe particular field then in technical settings under Field data
    you can see the PARMATER ID.
    So if you check like this you can see 'BLN' as parameter id for Document number in FB03
    transaction
    Regards,
    Manoj Kumar P

  • In DBI , how to find out the Source Query used for the Report

    Hi All,
    How to find out the Source Query used to display the data in the DBI Reports or Dashboards. We can get it in Apps Front end by Going to Help and Record Histroty. But DBI Runs in Internet Explorer so i dont know how to get the source query ( SELECT Query ) Used.
    In IE we have View --> Source . But that does not help since it gives the HTML Coding and not the SELECT Query used.
    If anyone has ever worked on it...Please help me in finding it.
    Thanks,
    Neeraj Shrivastava

    Hi neeraj,
    You can see the query used to display reports.Follow these steps to get the query.
    1)Login to oracle apps
    2)Select "Daily Business Intelligence Administrator" responsiblity.
    3)Now click on "Enable/Disable Debugging" (Now u enabled debugging)
    4)now open the report which you want to see the query of
    5)In view source it displays query along with the bind varilables.
    Feel free to ping me if you have any doubts
    thanks
    kittu

  • How to find out the standard info stucture for a customized IS in LIS

    Hi All
    I have to run the statistical set up for the customized info structure S763 for the application plant maintenance in LIS. But i dont know whether it was copied from a standard SAP info structure or it was enhanced from a standard info structure.
    I have even checked out all the standard IS for plant maintenance but it is not matching. The closest match is S063 but a few characteristics and a key figure is missing.
    Could anybody guide me how to find out the standard info structure?
    Any help would be of great help.
    Regards
    Saddy

    Hi Ganesh
    No..it didnt solve my problem. MC23 only displays the info structures.  I have a customized info structure S763 which was created long time back. Im not sure whether it was copied from a standard info structure or enhanced from a standard info structure.
    I have to give the source info structure name to run statistical set up. The closest one which matches with the S763 is S063 but it is missing few characteristics and key figure.
    does it means that the IS S063 was enhanced?? Am i right?? If it was enhanced how will i run the statistical setup for the same...
    I hope i have explained clearly.
    Do provide ur valuable input.
    Regards
    Saddy

  • How to find out CPU and memory usage for an instance?

    Hi DBA Gurus,
    How to find out CPU usage and memory usage for an instance?
    Any information is appreciated!
    Thank you!
    Robert

    you can calculate cpu usage by adding fallowing three factors which you can get from v$sysstat
    1. Parse CPU time : This represents the percentage of CPU time spent parsing SQL statements. Parse time CPU can be a strong indication that an application has not been well tuned. High parse time CPU usually indicates that the application may be spending too much time opening and closing cursors or is not using bind variables.
    2. Recursive CPU time : Sometimes, to execute a SQL statement issued by a user, the Oracle Server must issue additional statements. Such statements are called recursive calls or recursive SQL statements. For example, if you insert a row into a table that does not have enough space to hold that row, the Oracle Server makes recursive calls to allocate the space dynamically if dictionary managed tablespaces are being used.
    Recursive calls are also generated due to the inavailability of dictionary info in the dictionary cache, firing of database triggers, execution of DDL, execution of SQL within PL/SQL blocks, functions or stored procedures and enforcement of referential integrity constraints
    3. Other CPU time : This represents the percentage of time spent looking for buffers, fetching rows or index keys, etc. Generally, \"Other\" CPU should represent the highest percentage of CPU time out of the total CPU time used.
    total memory used you can calculate adding
    total_agrigate_area+sga
    memory usage on os level you can know by fallowing commands
    vmstat 5 20 depending upon os

  • How to find out SAP J2EE Patch Level for 04s

    Hi all
    I want to find out SAP J2EE Patch Level for 2004s installation i tried to get information from SYSTEM INFORMATION link on WAS homepage but it gave only version :7.00 details and PATCH LEVEL was not mentioned .
    I also tried to find out by looking into VERSION.TXT file for server & dispatcher in ....USR\SAP\J2E.....engine installation but again no details about PatchLevel was mentioned can anyone provide some information regarding what is the  PatchLevel  for WAS 7.0 , J2SE used is 1.4.2_09
    Thanks in Advance !!
    Asif

    Thanks Kenny ,
    But as you can see from version.txt  file for Server0 it does not mention PatchLevel it is
    blank
    Specifies the version of the system
    Cluster-Version: 7.00   PatchLevel 
    Build-On:Thursday, March 23, 2006 18:47 GMT
    Perforce-Server:
    Project-Dir:JKernel/645_VAL_REL
    JKernel Change-List:102557
    Build machine:SAPInternal
    Build java version:1.3.1_12-b03 Sun Microsystems Inc.
    SP-Number: 07
    Source-Dir: D:\make\engine\645_VAL_REL\builds\JKernel\645_VAL_REL\archive\dbg
    i also checked version.txt for dispatcher it is as below
    Specifies the version of the system
    Cluster-Version: 7.00   PatchLevel 
    Build-On:Thursday, March 23, 2006 18:47 GMT
    Perforce-Server:
    Project-Dir:JKernel/645_VAL_REL
    JKernel Change-List:102557
    Build machine:SAPInternal
    Build java version:1.3.1_12-b03 Sun Microsystems Inc.
    SP-Number: 07
    Source-Dir: D:\make\engine\645_VAL_REL\builds\JKernel\645_VAL_REL\archive\dbg
    I tried this on different 2004s server but the Patch Level is not mentioned whereas for 2004
    servers it is mentioned
    so can u give some inference based on above descriptions about What should be SAP J2EE Patch
    Level for the 2004s servers
    Regards !!
    Asif

  • How to find out tcode from a program that can run the same report?

    Hello all,
    I have a program name and I can see it is successfully proccessed. Now if I want to get the report via a tcode, how can I get it?
    How can I find the tcode from the program itself?
    Regards,

    Hi,
    1) Go into SE80, > Enter the name of the program, and press 'Enter'.
    2) You will see a folder called 'Transactions' appearing in the object list on the bottom left.
    3) Open the folder, and you'll find T.code of that program.
    Thanks,
    Nirav

  • How to find through back end workflow Agent Listener is runnning or not

    Hi all,
    How to find through backend workflow Agent Listener is runnning or not.
    Thanks

    Reddy,
    Simple way to find if it is running or not can be done by below
    SQL> select COMPONENT_NAME,COMPONENT_STATUS from fnd_svc_components;
    COMPONENT_NAME COMPONENT_STATUS
    ECX Inbound Agent Listener STOPPED
    ECX Transaction Agent Listener STOPPED
    Workflow Deferred Agent Listener DEACTIVATED_SYSTEM
    Workflow Deferred Notification Agent Listener DEACTIVATED_SYSTEM
    Workflow Error Agent Listener RUNNING
    Workflow Inbound Notifications Agent Listener RUNNING
    Workflow Notification Mailer DEACTIVATED_SYSTEM
    Thanks,
    baskar.l

  • How to find out what the authentication is for

    This is a general info-sec-related question applicable to all recent OS X versions.
    Occasionally when I'm doing things on my Macbookpro running Mavericks I get a dialog that I'm sure all of us have seen.  It says something along the lines "[Some program] wants to make changes to the system.  Enter admin password to authorize."  
    How do I find out what exactly I am giving permission for when entering admin password?  How do I know which restricted resource [Some program] is trying to write to?  Is there an advanced user view of that dialog?
    It just doesn't seem fair to have the choose between failing the task I'm trying to accomplish by canceling and giving some shady program, basically, root access by giving it admin password. 

    Boooooo thumbs down for that answer: completely useless, counter productive, diverting discussion away from solving the problem towards pointless discussion of what I should've known and not known.  Please refrain responding unless you have comments that are constructive.  We can discuss the theory of UI design after this problem is solved.
    Here is a specific example showing how diverse range of issues affected by the problem is.  I just ported a copy of Ableton Live to another account my Mac.  That includes several complex sample libraries and configuration folders.  Since they used to belong to the other account, the ownership and permissions of all of the was super messed up.  I fixed most of permission issues before firing up any big projects.  A typical project references hundreds of files.  At some point while working on one of the typical project the dialog saying "Live wants to change your system.  Enter password if you authorize." Pops up.  How do I find out which resource has broken permissions without the prohibitively expansive trial and error linear search of all possibilities?

Maybe you are looking for

  • "Client error not found" = DOOOOOOOOMMMMMM!!!!!!!

    Ok been getting this a lot recently and I think it is to do with my printer setup script. There must be a way to fix it, but for the life of me I can not find the solution. It usually starts with all printers on the system being paused. You can unpau

  • UTL_FILE - file read error

    Hi, I am using UTL_FILE to read one file and write it into other file. When i am executing procedure that uses UTL_FILE, i get error "ORA-29284: file read error". I have checked that file exists with all permissions (r,w,e). Is there any limitaion of

  • Caller id function

    Hi, I have a problem with the caller id function for my iphone 6, its not functioning. The software has been updated but still not functioning. It's light green not pure green as normal. can someone assist with this problem or I should sent it for a

  • In sales order cross selling pop up screen requires FIND option

    Dear Friends, In our company we are using the pop up screen for cross selling items per BOM. Our requirement is in the pop up screen we require find option also. we have only copy and cancel options are there in the standard functionality. Could any

  • Limit session from client.

    Dear all, I want to limit session from application on each client to not over 2 sessions per clients.Is there anyway to limit session for each client on database level? Pls advice. Thanks for advance. Chara