XI T-Codes in SAP

Can any one tell what are the t-codes generally used for XI in the SAP system.

sxmb_ifr-- launch integration builder/ configuration
Proxy Generation
SPROXY--Proxy generation
Monitering features:
sxmb_moni-- monitering of messages
SXMB_MONI_BPE--Business process monitering
SXMS_SAMON--- monitor for sync-async communication
Adminsitration of XI
sxmb_adm-- Administration
QUEUE MONITORING
SMQ1 Outbound queue
SMQ2 Inbound Queue
IDoc's& RFC's related
idx1, idx2 for IDoc meta data
SM58--RFC error Log
Others
SWELS---Event trace switching on and off.
SXI_MAPPING_TEST To test mappings
SXI_CACHE To check directory cache
this are a few of the commonly used T-codes in XI
Hope this helps you.
Cheers,
Siva Maranani.

Similar Messages

  • How to find out whether a material code in SAP has any transaction history

    Hi Guys,
    I want to find out whether a material code in SAP has any transaction history or not. In other words, I want a list of all those materials, division-wise, which have not been subjected to any sort of transaction in SAP till date , i.e., lying unused.
    Can any of you in help me out regarding this matter ?
    Regards,
    Anirban

    hhi
    go to se16
    table         MBEW  and field LBKUM for total stock
    from here u can conclude for the zero stock material
    or try this
    S_ALR_87012963 - Material Where-Used List
    regards
    kunal

  • Practical need of G/L Account Code in SAP B1

    Hi All,
    Is there any way to avoid the G/L Account Code in SAP B1?
    Is there any practical need of the G/L Account Codes when the Account Name itself is sufficient and unique in an organization?
    Thanx and Regards

    >> Have u used any time the popular accounting application named "Tally".... one of its popular functionality is "CODE-LESS ACCOUNTING"...
    >> if a user gets a account just by typing a few characters of the beginning of the account name then where's the utility of the G/L account codes?
    >> and to maintain the uniqueness and indexing in database level - the the tables may have several keys hidden to the users.
    If you/ user do not want to create journal entry by using G/L account code:
    Option 1: open form settings of journal entry/ corresponding document and uncheck visible for the G/L acct.
    Option 2: instead of using numbers(digits) for G/L acct code, use descriptive text itself as G/L acct code. This is not recommended practice. But, it is upto your implementation practive/ customer requirement. To do this, you either have to edit existing chart of accounts / create new coa.
    Hope these options will help you to resolve your query.
    Regards
    Satish

  • Transaction code for SAP query reports

    Hi All,
    I am trying to create transaction code for sap query report but couldn't go further.
    1) Created User group in SQ03
    2) Created infoset in SQ03 and assigned that to the user group
    3) Created query in SQ01 using the infoset.
    I executed the report in SQ01 and it is working fine.
    Now I try to create a transaction code in SE93 using the steps mentioned in the following link:
    Assign transaction code to SAP Query (created via SQ01)
    But when try to execute the report using the transaction code, it is giving error message 'User group xxxxxx is not yet created'
    Could any one advice me if I miss something? Or please help me to create this transaction code and transport to production?
    Thanks in advance

    HI,
    based on the thread you've already mentioned:
    In SE93, Create a Paramter Transaction
    -> Transaction = Start_report
    -> In default values, give the below details:
    D_SREPOVARI-REPORTTYPE = AQ
    D_SREPOVARI-EXTDREPORT = Name of the Query
    D_SREPOVARI-REPORT = User Group
    So check if the user group is typed correct in SE93 and check also if the user group exits in the system where you are trying to run the transaction.
    best regards, Christian

  • What is the T.code in SAP R/3 for SAP console applications

    sequence picking in Hall 52. Batch number 0017137168 was assigned to 2 associates. 
    One  associate was assigned to the picks and the other associate confirmed the TO'S
    This is requirement by client
    What is the T.code in SAP R/3 for SAP console applications

    hall 52

  • Download Data From Excel - VBA Code to SAP Using BDC

    Hi ,
    I am Sudhir Dure, working with Satyam Computers.
    I need help on the below query:
    I have an excel file which download data from Excel to SAP using RFC function & with the help of VBA interface.
    In this VBA code I have used BDC recording of SAP Transaction KE21N to post data into SAP.
    Now I am facing problem to find sub screen (tab page screen ) in SAP from VBA code .
    How to pass BDC Subscreen details from VBA code to SAP using below code?
    BDCTABLE.Rows.Add
    BDCTABLE.Cell(J, "PROGRAM") = PROGRAMNAME
    BDCTABLE.Cell(J, "DYNPRO") = "0200"
    BDCTABLE.Cell(J, "DYNBEGIN") = "X"
    BDCTABLE.Cell(J, "FNAM") = "BDC_OKCODE"
    BDCTABLE.Cell(J, "FVAL") = "=NEXT"
    Thanks,
    Sudhir Dure
    9972097464

    can anyone tell me how to get the PurchaseOrder number and item quantity from the Salesorder...? what are the fields here as given below..??
    For Each oItem In oSalesOrder.items
    wsTemplate.Range(cols(3) & Indexv).Value = oItem.material.material
    'wsTemplate.Range(cols(4) & Indexv).Value = ' I need item quantity here ????
    wsTemplate.Range(cols(1) & Indexv).Value = sapSoNumber
    wsTemplate.Range(cols(2) & Indexv).Value = ' I need purchase order number here>???
    Indexv = (Indexv + 1)
    Next
    reply fast. please .. thanks

  • How to Include JAVA script code in SAP BI7 web Reporting?

    How to Include JAVA script code in SAP BI7 web Reporting?

    In nw2004s there is a new web item called "Script" web item which lets you add javascript code. When you add javascript code in this web item, you don't need the opening and closing <script> tags...
    Hope it Helps
    Chetan
    @CP..

  • How can i see the code of SAP Exit for SAP Defined Variables

    Hi,
       It's very Urgent! How can i see the Source Code of SAP Provided Variables. I need to write code for User Defined Variables. please help me. It's very Urgent.
    Thanks in Advance.
    Nagesh.

    hi Nagesh,
    sample code for variable exit,
    there is 'how to' docs, can't see your email address.
      DATA: L_S_RANGE TYPE RSR_S_RANGESID.
      DATA: LOC_VAR_RANGE LIKE RRRANGEEXIT.
      CASE I_VNAM.
      WHEN 'CUMMONTH'.
        IF I_STEP = 2.                                  "after the popup
          LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE
                  WHERE VNAM = 'MONTH'.
            CLEAR L_S_RANGE.
            L_S_RANGE-LOW      = LOC_VAR_RANGE-LOW(4)."low value, e.g.200001
            L_S_RANGE-LOW+4(2) = '01'.
            L_S_RANGE-HIGH     = LOC_VAR_RANGE-LOW.   "high value = input
            L_S_RANGE-SIGN     = 'I'.
            L_S_RANGE-OPT      = 'BT'.
            APPEND L_S_RANGE TO E_T_RANGE.
            EXIT.
          ENDLOOP.
        ENDIF.
      ENDCASE.

  • Possible in periods 2010/05 and 2010/04 in company code in sap

    Hi all,
    when im doing GR/IR im getting this error"possible in periods 2010/05 and 2010/04 in company code in sap". i saw solution for this through the forum only but wanted to know what is this error exactly means and what i have to do for this..
    Explain me on this.
    Regards,

    hi
    fromm mm side
    for month closing activity
    tcode MMPV after that enter your company code
    period -01
    fisal year -2010
    then execute
    from FI side
    tcode OB52
    1111     +                                   1     2010     12
    1111     A                    ZZZZZZZZZZ     1     2010     12
    1111     D                    ZZZZZZZZZZ     1     2010     12
    1111     K                    ZZZZZZZZZZ     1     2010     12
    1111     M                    ZZZZZZZZZZ     1     2010     12
    1111     S                    ZZZZZZZZZZ     1     2010     12
    1111- posting period variant
    (+,A,D,K,M,S)-Account type
    change like above your problem will solve
    regards
    vijay

  • MICR CODE and IFSC CODE in SAP

    Hai friends,
                       I want to know whether there is any code named
    MICR CODE or IFSC CODE in SAP .I came across these two in a software called PROFITERA. This is basically the code printed on BANK CHEQUES next to CHEQUE No..
    When we type these two codes in profitera or any banking software then it will give the entire details of the payee,name,bank,etc,..
    So i want to know whether any person in abap has worked on these twocodes...
    My profitera team member wants these two details attached in the format  which SAP team provides them
    I know that we can store them in Ztables and provide the same to them..But i want to know whether it is internally present in SAP.
    Thanq u.

    hi,
    Create a character format for various fonts with most most fonts you can type in a colon or Quotes
    hope it helps

  • Is there any t code in SAP to display archived shipping

    Hi All
    we have a issue with unarchiving shipping doc , our basis team has unzipped the file from the path it was archived and provided display access , when i cross checks in Tcode SARI theya are un zipped and in sap this document is still in status archived i am not able to view vith vt03n
    for archived billing documents once thay are unzipped , document will not open in vf03 but we can display in vf07
    Please let us know how to view this shipping data in sap ?
    Is there any t code in SAP to display archived shipping data (like for archived billing dicuments vf07)
    Your kind help would be highly appreciated.
    Thank you
    Rajendra Prasad

    Hi Rajendra,
    Whats your SAP version? VT03n supports display of archived data from 4.7onwards. If you are in a lower version then i think you should use infostructures.
    Thanks,
    Naveen

  • Is there any t code in SAP to display archived shipping data

    Hi All
    we have a issue with unarchiving shipping doc , our basis team has unzipped the file from the path it was archived and provided display access , when i cross checks in Tcode SARI  theya are un zipped and in sap this document is still in status archived i am not able to view vith vt03n
    for archived billing documents once thay are unzipped , document will not  open in vf03 but we can display in vf07
    Please let us know how to view this shipping data in sap ?
    Is there any t code in SAP to display archived shipping data (like for archived billing dicuments  vf07)
    Your kind help would be highly appreciated.
    Thank you
    Rajendra Prasad

    Hello,
    Once shipment document is archived then you can't display by VT03N transaction. As you have pointed out SARI or SARE transaction will help in displaying the archived shipment documents from archive server. (you have to select Archiving object = SD_VTTK and Archive Infosturcture = Select from display option).
    VF07 - Display archived billing document. We call this transaction VF07 as archived enable transaction.
    I have gone through the OSS note 590656 mentioned by Eduardo Hinojosa, with this enanchment of VT03N (respective program) you should be able to display archived shipment document. This Oss note should help you.
    let me know if required further clarification on this.
    -Thanks,
    Ajay
    Edited by: Ajay Kumar on Aug 25, 2009 6:16 AM

  • Location of State code in SAP B1

    Hi
    where is the location of state code in SAP B1 so that i can fill the correct codes of the state coz iwant to import BP and error while importing i get is wrong state code.

    Administration -> System Initialization -> Company Details -> General Tab ->Local language
    Click on the Dropdown box next to 'State'.
    Scroll to the bottom and select 'Define New'
    This will open the 'States - Setup' screen

  • No T-Code in SAP can damage your data, all t-code has initial screens?

    As per my understanding there is no SAP standard t-code in SAP which can damage SAP or data in database when you run from SAPGUI (do not execute once you are in t-code). What's your thinking?

    There is a tcode which blows your asset accounting customizing away, even if the client is closed. It has a selection screen with default test_mode = 'X'.
    However, a typo could execute a parameter transaction for it with test_mode = ' ' AND SKIP FIRST SCREEN !
    At least it makes an authority-check now, but I still won't mention the name because I know you all have SAP_ALL ...

  • RFC Communication - error CPIC return code 020, SAP return code 665

    Hello,
    I have created RFC destination for connecting SCM system from Solution Manager. Both the systems are Unicode.
    I am getting the following error --
    ERROR                service '?' unknown
    LOCATION             SAP-Gateway on host gva4103 / sapgw00
    COMPONENT            NI (network interface)
    COUNTER              4028
    MODULE
    LINE
    RETURN CODE          -3
    SUBRC                    0
    RELEASE              640
    TIME                 Mon Apr 24 11:28:21 2006
    VERSION              37
    And in SM21, I am getting following description
    Communication error, CPIC return code 020, SAP return code 665
    Following are the things I have checked..
    1. RFC destination user checked, password reset in SM59 and in the target system
    2. checked entries in /etc/services - Entry sapgw03 is present.
    Please let me know what all things I need to check.
    Thanks and Regards,
    Vaibhav

    I solved the problem by myself.
    The problem was with the entry in services file only.
    I was checking the file on Target system, which had the entry. There was no entry in Host system services file. After modifying the file, the connection now works fine.
    Thus for RFC connection, entry of the target system gateway MUST be there in /etc/service of Host system.
    Regards,
    Vaibhav

  • Abap code for sap exit variables?

    Hi,
    i) Where can I find the abap code for SAP exit variables
    OP_KEYDT used for the net due date
    OP_KEYD2 used for the posting date
    OP_KEYD3 used for the clearing date, which are used in FI AR aging report(0FIAR_C03).
    Based on the Net Due Date, which  is key date(0NETDUEDATE),  entered by the user at runtime, the posting date and celaring date are populated.
    II) The problem is we want to simulate a similar scenario, but with key date, which user enters is based on the custom  Net Due Date(ZNETDUEDATE).And this date is populated to posting date and  clearing date variables.
    How do we acheive that.
    Thanks.

    Please tell how u solved ur issue i have the same scenario to be do.

Maybe you are looking for

  • Reversal FB08 Creating New OPEN ITEM instead of clearing the open item.

    Dear All, My user has an issue whenever he does any reversal  Tcode - FB08 in one of the general ledger  "Cash in Transit"  nature "open item" & "Line item"  instead of clearing the open it it  creates a new open line item. I have checked in Table BK

  • Not able to post material in MB1C.  Please help with proper answer.

    Hi I am posting material in IDES thru MB1C, since i am not allowed to do PGI if i dont do a stock upload. While doing MB1C error is below "MB1C=Period  003/2008 is not open for account type S and G/L 799999." I used the below transaction and written

  • Macbook screen flickers on connecting an external screen

    Dear all, My Screen starts flickering on connecting an external monitor. It seems like if my Macbook wants to change its resolution to 1920x1200. I have already resetted my Macbooks PRAM. I have recorded a video to show you my problem: http://www.you

  • Windows 7 and NT 4 server - workaround

    There is reference on the Internet to folks who have played around with various settings related to security levels, encryption, SMB, etc. to successfully connect a Windows 7 computer to an NT 4 domain. which according to MS is not supported  I am al

  • Difference Between  files in FCE -

    I have the option to export in FCE to quicktime movie or export as quicktime format..... what is the difference and why? I want to be able to play the finished project on a dvd for TV or mac/pc is one better for quality? Does one compress it too much