Transcation code for seeing error dump in BSP

Hi,
I want to know T code for seeing  error dump in BSP and also about few function modules related to
CRM_ORDER_READ and thier purpose.
Thanks,
Brahmaji

HI,
Dumps you can see through ST22 as in ABAP.
CRM_ORDER_READ  belongs to the function group CRM_ORDER_API.
In SE80, under this function group you have list of several function modules.
Br,
SS

Similar Messages

  • What is the transaction code for see the Web Services available in SAP

    Hi
    I came to know that SAP has provided its own webservices... I need some information on that... If any one has documentation on that can u please send it to me... My ID is <b>[email protected]</b>.
    What is the trasaction code for see the web services available in SAP.... Can any one help.. Please its  urgent
    Best Regards
    Ravi Shankar B
    Message was edited by:
            RaviShankar B

    Hi,
    you can find Web Services (Enterprise Services) in the Enterprise Services Workplace (ES Workplace). The ES Workplace allows you to explore, test, and use enterprise services to make enterprise SOA tangible. Here, you will find all of the currently productized enterprise services by SAP.
    Best Regards,
    Boris Mueller
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/esa/esapreview">ES Workplace at SDN</a>
    <a href="http://esapreview.sap.com:82/socoview(bD1kZSZjPTgwMCZkPW1pbg==)/flddisplay.asp">ES Workplace</a>

  • Transaction Code for seeing the files in the  Application Server

    Hello All,
      Can anybody please give me the transaction code for seeing the files in the Application Server
    Thanks in Advance,
    Regards,
    LIJO.

    hi
    good
    try with tcode AL11.
    thanks
    mrutyun^

  • Transcation code for error messages

    hi all,
    what is the transaction code for getting the system error messages?And how can I create my own error messages?
    for eg: in a program, i want to show an error message to the user when the data is not showing up properly.
    thnx,

    Hi Sey Ni,
    <i>what is the transaction code for getting the system error messages?</i>
    Transaction code :- St22 
    For Short dumps and system errors
    <i>And how can I create my own error messages?</i>
    Transaction code :- Se91
    To check ny Existing 1 :-
    Message class - XS 
    Message Number - 001
    To create ur Own
    Create a Message Class ex:- Zmsg , click on Message tab
    here u can give message in front of number assigned say 001.
    check the following link:-
    http://help.sap.com/saphelp_erp2005/helpdata/en/d1/801b3e454211d189710000e8322d00/frameset.htm
    U can call this message in ur ABAP program as under:-
    if sy-subrc = 0.
    MESSAGE <b>E</b>001(<b>zmsg</b>)."
    endif.
    E - Error message.  I - Information message.   S - Sucess message...
    001 - Msg. Number.
    Zmsg - Message Class.
    Press F1 for more help on message.
    Regards
    Sachin Dhingra

  • Generating BCH Codes for Forward Error Correction

    Has anybody created VIs for generating BCH (Bose-Chaudhuri-Hochquenghem) error correction codes?
    I need to generate the codes for a 16 bit data packet.
    I've found samples in C on the web (http://www.eccpage.com/) but nothing in LV.
    Thanks,
    -dave

    I hate to bump a topic that is over 6 years old, but I am in need of a simple BCH encoding algorithm and do not have the toolbox which provides this.  I only need the encoding algorithm so I am hoping to implement this .VI posted here. 
    I have slightly altered the cleaned up version that was posted to have the inputs/outputs in a format that I expect, but I am worried that it is not correctly calculating the BCH code.  This is my first time working with BCH codes, but I need to implement the CCSDS version using n = 63, k = 56 7-bit BCH code with generator polynomial G(x) = x^7 + x^6 + x^2 + 1.
    I think when using 0xC5C5C5C5C5C5C5 as my input message the 7 bit BCH is supposed to be 0x43, but I am getting 0x00.  Could someone with more experience than me see if I did something obviously wrong?  Or know of a way to validate a BCH encoding algorithm, so I know if what I did was correct.  I attached my modeified .vi.  Thanks!
    Attachments:
    BCH_3.vi ‏24 KB

  • Transcation code for sap query

    dear friends
    actually i was creating a  query for table pa0001 using transcation code SQ01,SQ02,SQ03, that query is linked with selection screen.Every thing was done properly ,but now i want to give to the client ,so i either need to create a transcation code or i could import in production .So,what steps should I follow to  create a transcation code as it is asking for a program name...
    than u.

    Hi reena,
    when you execute the query by sq01, after that if you go to se38, the program name will contain a name starting with AFQ2.... or any other 4 digit name...
    This complete name from se38 u can use to create a TCODE.
    Please gve points if helpful

  • How to check code for syntax errors

    How do I check or validate my html code in dreamweaver. I wish to see if all the braces and tags are closed or not
    please guide me

    Hi There:
    You can check to make sure the tags, parentheses (( )), braces ({ }), and square brackets ([ ]) in your page are balanced. Balanced means that every opening tag, parenthesis, brace, or bracket has a corresponding closing one, and vice versa.
    Check for balanced tags
    Open the document in Code view.
    Place the insertion point in the nested code you want to check.
    Select Edit > Select Parent Tag.
    The enclosing matching tags (and their contents) are selected in your code. If you keep selecting Edit > Select Parent Tag, and your tags are balanced, eventually Dreamweaver will select the outermost html and /html tags.
    Check for balanced parentheses, braces, or square brackets
    Open the document in Code view.
    Place the insertion point in the code you want to check.
    Select Edit > Balance Braces.
    All of the code between the enclosing parentheses, braces, or square brackets is selected. Choosing Edit > Balance Braces again selects all of the code inside the parentheses, braces, or square brackets that enclose the new selection.
    And also make sure to validate your HTML code at - http://validator.w3.org/
    Regards
    Vinay

  • Dowloading Code for files Error

    so im still having trouble with this code, I can download the files, and i get prompted, but when other people try to download it doesnt work.
    When i just tried opening the .swf i get prompted by this window
    but when i open  the flash file and export a .swf it downloads
    is there something im missing?
    <<armenia_btn.addEventListener(MouseEvent.MOUSE_DOWN,armeniaDownload);
    armenia_text.addEventListener(MouseEvent.MOUSE_DOWN,armeniaDownload);
    function armeniaDownload(event:MouseEvent):void
        request = new URLRequest("http://www.ps4h.org/country_data_files/Armenia.zip");   
        localRef = new FileReference();   
        try
                localRef.download( request );
        catch (error:Error)
                trace("Unable to download file.");  
    }>>

    thanks for youre help so far!!! I appreciate it!
    so i talked to my partner and he tried uploaded the files along with the files that are to be downloaded on the godaddy.com server, and he and the producer was still getting the message.
    sorry i am just stumped and have no idea  how to proceed  or where to even begin.
    if its on a non-local server( godaddy is a non-local right?) and it is still not working.
    where should i proceed?

  • Jabber Guest Sample code for iOS - ERRORS

    I am trying to develop a Jabber Guest app for a customer. I downloaded the sample xcode projects and attempted to run ABC Bank, to see how a it one would work. The build failed and I received the error: " No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386). " Any help is appreciated.
    I've attached a screenshot of the error message

    From the screenshot it looks like you are using a simulator to run the sample apps. For the sample apps to work you have to build using a device. Running on a simulator is not supported.
    It's on our roadmap to add support to build via simulator. 

  • A SMALL EXAMPLE CODE FOR MUTATING ERROR

    create or replace trigger TRG_T1
    before insert on T1
    begin
    insert into T1 values(2);
    end;
    IF I TRY TO INSERT INTO T1 TABLE I GET A MUTATING ERROR HOW CAN I SOLVE??????

    joealexander wrote:
    create or replace trigger TRG_T1
    before insert on T1
    begin
    insert into T1 values(2);
    end;
    IF I TRY TO INSERT INTO T1 TABLE I GET A MUTATING ERROR HOW CAN I SOLVE??????
    No, you do NOT get a mutating table error. You get this:
    orcl112> create table t1(c1 number);
    Table created.
    Elapsed: 00:00:00.03
    orcl112> create or replace trigger TRG_T1
      2
      3  before insert on T1
      4
      5  begin
      6
      7  insert into T1 values(2);
      8
      9  end;
    10
    11  /
    Trigger created.
    Elapsed: 00:00:00.04
    orcl112> insert into t1 values (1);
    insert into t1 values (1)
    ERROR at line 1:
    ORA-00036: maximum number of recursive SQL levels (50) exceeded
    ORA-06512: at "SCOTT.TRG_T1", line 3
    ORA-04088: error during execution of trigger 'SCOTT.TRG_T1'
    ORA-06512: at "SCOTT.TRG_T1", line 3
    ORA-04088: error during execution of trigger 'SCOTT.TRG_T1'
    ORA-06512: at "SCOTT.TRG_T1", line 3
    ORA-04088: error during execution of trigger 'SCOTT.TRG_T1'
    ORA-06512: at "SCOTT.TRG_T1", line 3
    ORA-04088: error during execution of trigger 'SCOTT.TRG_T1'
    ORA-06512: at "SCOTT.TRG_T1", line 3
    ORA-04088: error during execution of trigger 'SCOTT.TRG_T1'
    You are the second person today who has claimed to have seen this error and posted code that did not raise it. What is going on?

  • Transaction code for Seeing No of users working in a particular client?

    Hi Guys,
                   When i am debugging the program i go struck some where and the program is not coming out of debugging mode.So i pressed Ctrl Alt Del and closed that screen.I freshly my program in same client but iwas not able change the program which i wrote i am getting a message like
    "User GopiAnne is currently editing ZMMOF3007_INVCE_TO_FACILITIES
    Message no. EU510
    Diagnosis
    You attempted to change a Workbench object.
    System response
    This object is currently being edited by another user and is therefore locked (by an ENQUEUE lock).
    ".So how to Kill this process can anybody tell me?
    Thanks,
    Gopi.

    Go to SM04,  you can see your session there,  if not, then next go to SM12 and check the locks which have been applied by you, here you can delete the lock on the program.
    Regards,
    Rich Heilman

  • Transcation Code for reports

    Hi Guys,
        I am pretty new to BW. Can someone help me find all the reports that are created on a infoprovider. I need to make a list of reports that are created on each and every infoprovider and I am trying to find out the easiest way to do so. Early reply is highly appreciated. Thanks a lot in advance.

    may be useful
    Re: Query used
    Re: Query-InfoObject - Tables
    Query definition tables
    thanks

  • Tc code for Error Messages No.

    HI all,
    can anyone tell what is the Transaction Code for seeing all the error messages no.?
    and also the complete details of these error messages no.?
    thanks in advance,
    sourav

    Hi
    Let me put it this way..
    Every Error Message belongs to a Message Class.
    So, a particular Message Class will have a number of Messages under it.
    You need to know the Message class first. For Sales we have the following message classes V1, V10, V2, V4, V5, VD, VU, VV, VX, WVA
    *If you want to know all the message classes available for a transaction:-*
    For knowing all the Message Classes for a particular transaction, you goto-->SE93, put the transaction code and choose display. After this, there is a button on the top (Display Object List), press that button. On the left hand side you will get the Object Name-(example: VA in case of sales). Drop down there and choose Message Classes. You will get all the message classes there.
    If you know the Message Class and want to see the Messages under it:
    So, goto-->SE91, put the message class and choose Display
    Hope this helps.
    Vivek Sahni

  • Same error code for two different errors

    I have a simple state machine with a few states, two of which are read ini file and read GPIB data. I also have an error handling state where I would like to handle all errors. Errors are checked for on each iteration of the loop, passed by shift register. However, I can't just unbundle the error cluster and wire the error code to a case structure because if the ini file doesn't exist (error code 7) I want to exit the program. But if I get error 7 from the gpib (Nonexistent GPIB interface) I want the program to continue running. What is the best way to track where the error is coming from so I know how to handle it when two error codes for different errors have the same error code value?
    Message Edited by for(imstuck) on 01-27-2010 03:47 PM
    CLA, LabVIEW Versions 2010-2013

    Another option is to check the existence of the file before opening the config file, then exit the program if nessecary. Relying on error codes might be a bad option.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • T.code for Intransit stock

    Hi experts,
    Pls, give T.code for see intransit stock, Out of MB5T,
    Here my requirement is , that to check transit stock as per date wise
    Secode problem,
    Pls, give T.code for reschedule qty for already allocated qty, Out of V_V2
    My requirement for reschedude on base of material & Plant & date
    Regards:
    Happy
    Edited by: Harsh Panara on Mar 23, 2010 10:59 AM

    Dear sir,
    Thanks a lot , Problem has been resolved.
    Regards:
    Happy

Maybe you are looking for