How to know the name of a message catalog

Hi ,
is it possible to know the name of a message catalog at runtime
(ie: 'myappli.cat' in place of qqlo_MessageCatalog) ????
thanks.
Cordialement.
Patrice Bourdon
Alliance Sante France
Tel : (33) 02.54.60.26.27
Fax : (33) 02.54.60.25.00
e-mail: mailto:[email protected]
web : http://www.alliance-sante.fr
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

You can use @@PROCID And Object_Name() to get that value, for example
Create Function dbo.FooGetMyOwnName ()
Returns sysname
AS
Begin
Declare @MyName sysname;
Set @MyName = Object_Name(@@PROCID);
Return @MyName;
End;
go
Select dbo.FooGetMyOwnName();
go
sp_rename 'dbo.FooGetMyOwnName', 'FooIChangedMyName';
go
Select dbo.FooIChangedMyName();
go
Drop Function dbo.FooIChangedMyName;
Tom

Similar Messages

  • How to know the payload size of message

    hi can anybody tell me how to know the payload size of message?
    Message was edited by:
            vvr murty

    Hi,
    To know the size of the input message , i hope we have one option , after copying the test payload from the SXMB_MONI into Message mapping test -- click on test
    after come back to design tab in message mappign
    click on left side root node and Press CTRL+SHIFT + mouse right click and click on trace -- you can see the size of the message payload.
    In SXMB_MONI..
    see the payload messges
    also see the below link
    /people/michal.krawczyk2/blog/2005/09/16/xi-how-to-test-your-mapping-in-real-life-scenarios
    Regards
    Chilla

  • How to know the name of the PC and the user?

    I must get the name of the PC, the User with i have enter the system, and the IP address.
    how can i get this information?
    Thanks.

    i don't know for sure, but try System.getProperty( someproperty ). maybe you can find a property you can use.
    otherwise you can write a dll in c++ an use it in java.
    native method forum:
    http://forum.java.sun.com/forum.jsp?forum=52
    tobias

  • How to know the size of a message I wrote

    When I created a photojournal, with comments before each photo, I got a message "The size of the message you are trying to send exceeds the global size limit of the server."
    So it was not sent and I was told to reduce it and try again. I did that with the photos, deleted a few, as well, but still got the error message, and have not discovered how to find the size of the message.

    save it to drafts.
    in the drafts folder, click on the little table widget right on the right side of the column headings... select size
    Remember size increases about 30% for attachments.

  • How to know the name of the local PC

    Hi all,
    Is there a way to find out in an ABAP program the name of the local PC from which the user is running this program? (it runs in foreground)
    An user can be logged on from several PC's at the same time so we need to know exactly from which PC he's working...
    thanks,
    Ioana

    Hi Ioana,
    I hope you had a chance to look at my answer to your VB script/Word template question... (I think it may be a cleaner way of solving your problem)
    Anyway, to answer this question, try the following:
    * Include at the top of your program:
      INCLUDE RSUSRCOM.
      INCLUDE TSKHINCL.
    * Direct kernel call to get user data.
      call 'ThUsrInfo' id 'OPCODE' field opcode_list
        id 'TAB' field usr_tabl-*sys*.
    * The table usr_tabl-*sys* will be populated with a list of users
    * and the terminal they are logged on with.
    This is quite a technical solution, and as its a direct kernel call, it may not be very upgrade compatible, but it will provide the data you are looking for.
    Cheers,
    Brad

  • How to know the name of the perform

    I would like to have the name of the perform in an abap program.
    Ex :
    Form f333_form.
    write: / 'I''m in the form', w_namef.
    enform.
    w_namef should contain f333_form.
    Like in debug (stack list).
    regards,
    Christophe

    Thank you for your answer.
    Here is the code to put a trace on each perform.
    REPORT  zzzcga012                               .
    TYPES:
       BEGIN OF abap_call_stack_entry,
         mainprogram  LIKE sy-repid,
         include      LIKE sy-repid,
         line         TYPE i,
         eventtype    LIKE abdbg-leventtype,
         event        LIKE abdbg-levent,
         flag_system  TYPE c,
       END OF abap_call_stack_entry.
    DATA:
      acse TYPE abap_call_stack_entry,
      tab  TYPE TABLE OF abap_call_stack_entry.
    **** Definition of a macro in order not to put lines in each perform
    define trace_perf.
    CALL 'ABAP_CALLSTACK' ID 'DEPTH'     FIELD 2
                          ID 'CALLSTACK' FIELD tab.
    read TABLE tab INTO acse index 1.
    *-- Der Start ab dem zweiten Eintrag ist notwendig, weil in
    *-- der ersten Tabellenzeile der aktuelle Eintrag steht, also
    *-- diese FORM-Routine.
      WRITE:
      / 'Mainprog:', acse-mainprogram,
      / 'Include: ', acse-include,
      / 'Event:   ', acse-eventtype,
                     acse-event.
    end-OF-DEFINITION.
    START-OF-SELECTION.
      PERFORM f100.
    END-OF-SELECTION.
    *&      Form  f100
    *       text
    FORM f100.
      trace_perf.  "use of macro
      PERFORM f110.
    ENDFORM.                                                    "f100
    *&      Form  f110
    *       text
    FORM f110.
        trace_perf.  "use of macro
      PERFORM f111.
    ENDFORM.                                                    "f110
    *&      Form  f111
    *       text
    FORM f111.
        trace_perf.  "use of macro
    ENDFORM.                                                    "f111

  • How to know the name of the user who has uploaded a unix file?

    Hello, say someone has uploaded a file on the unix server.Is there a way to know who has uploaded it(the username)?

    Hi ,
    You can use OPEN DATASET and CLOSE DATASET statements for it.
    PLease let me know if you still need any more details.
    Thanks and regards,
    Rajeshwar.

  • How to know the Function Module of a standard datasource?

    Hi All,
    As per my understanding there will be an underlying Function Module for each SAP BI datasource. But I dont know how to know the name of that  Function Module for a particular datasource.Could anybody pls help me as i am need of this urgently.
    Thanks in advance.
    Regards,
    kp

    Run transaction RSO2 and enter the required datasource whether transaction data, MD attributes or Text then click on display.  In the message pain and the bottom of the gui it will tell you which function module said datasource uses for extraction.
    Cheers
    Craig

  • How to know the table name of an InfoCub if we know cube technical name?

    How to know the table name of an ODS if we know the ODS technical name?
    Thanks
    Message was edited by: Kevin Smith

    hi kevin
    if the ODS is a standard ODS then you check the following way in SE16
    (for custom ODS objects)
    /BIC/A<ODS technical name>00 (Active Data Table)
    /BIC/A<ODS technical name>40  (Activation Queue)
    /BIC/B<10 digit number> (Change Log Table)
    (for SAP defined ODS Objects)
    /BI0/A<ODS technical name>00 (Active Data Table)
    /BI0/A<ODS technical name>40  (Activation Queue)
    /BI0/B<10 digit number> (Change Log Table)
    and for Transactional ODS Object you will have only the active data Table. So you need to check with /BIC/A<ODS technical name>00 for the custom ODS objects and /BI0/A<ODS technical name>00 for SAP defined ODS objects.
    hope this helps.
    regards
    vijaykumar

  • How to know the technical name of psa

    hi BW gurus,
    I need to delete data from psa i need to increase the free space.  so how to know the technical name of psa.  and how to delete the data from psa.
    Thanks in advance

    Shahid,
    Agree with Tarun on this...
    Check the PSA technical name from the delete PSA option on the PSA screen of the AWB...the PSA name would be /bic/b000*...
    Shahid...also chek the table RSTSODS in SE11.
    U can find the PSA technical name in the field ODSNAME_TECH..
    Just enter the name of the PSA in the ODSNAME field..the PSA name would be
    your infosource followed by some extension.
    Deleting the data from the PSA:
    Shahid,
    this can be achieved via a program and also via the standard procedure of going to the PSA in the AWB and choosing the option delete the PSA data...
    Here select the requests which are older than any number of days or before any date..
    Hope this helps...
    Regs.
    Nick.
    Message was edited by:
            Nick

  • I can't add the contacts from Microsoft to the OS X 10.10 It makes me can not know the name of the people I talking to on message, mail.

    I can't add the contacts from Microsoft to the OS X 10.10
    It makes me can not know the name of the people I talking to on message, mail.

    i need help

  • How can I know the name of instance (SID)?

    Dear all,
    After I install the Oracle client in my computer, I would like to change the tnsname.ora. However, I don't know the name of instance (SID) because I am not the one install the database and the DBA is gone. So, how can I know the SID name and the port number as well.
    Best Regards,
    amy

    Hey,
    The sid defaults to the database name.
    http://www.adp-gmbh.ch/ora/misc/identifiers.html
    you can find it by
    select name from v$database;
    or by
    show parameter db_name (run this in sql prompt)
    Run the above on the database server.

  • How can I know the name of the file that the user has currently open ?

    Hello
    I'm developing a module for x3dv.
    http://hiperia3d.blogspot.com/search/label/X3DV%20Module%20For%20Netbeans
    I am going to add a button to open the files when I click it.
    I just need to know how can I know the name of the file that the user has currently open in the editor. What variable holds it in Netbeans?
    Thank you
    Jordi

    If you are using the JFileChooser to open the document, I would create another class with this included:
    //initiate class variables
    private File f;
    //create JFileChooser
    JFileChooser fc = new JFileChooser();
    fc.setMultiSelectionEnabled(false);
    fc.setFileSelectionMode(JFileChooser.FILES_ONLY)
    //set the chooser to initialise File f with the file selected
    int status = fc.showOpenDialog(null);
    if (status == JFileChooser.APPROVE_OPTION)
         f = fc.getSelectedFile();
    public File getFile()
         return f;
    }

  • I have Lion software installed on my IMac (purchased IMac 2008). I need to know the names of the updates since Lion, and how to get them. Thanks,  Don

    I Need to know the names of the updates after Lion and how to get them.  Tanks,  Don

    Back up your data and download Mavericks from the Mac App Store. You don’t need to buy Mountain Lion to do this.
    (110438)

  • How to know the data transfer is complited? there is any message will get l

    how to know the data transfer is complited? there is any message will get like 'data uploaded is successfully complited' ?

    Hi,
    You can check SY-SUBRC = 0 or if there is an exception raised then an error occured.
    Regards,
    Ferry Lianto

Maybe you are looking for

  • Parent not finished until children complete - stops new job from starting

    Is there anyway that we can 'de-link' 'disassocaite' - some method that we can start a new job again - even though children of a previous job are still active. This is causing quite a problem in our system whereby we need to start another background

  • HT5622 i can't download anh buy some app on applestore

    We could not complete your request. There was an error in the App Store. Please try again later. (100) Your Purchase Could Not Be Completed For assistance, contact iTunes Support at www.apple.com/support/itunes/ww/. i can't fix it, please help.

  • Macbook Pro Late 2011 Grey screen

    Hi pals, I have a Macbook Pro Late 2011 since 2012. I've upgraded it to Yosemite, thing that I've to do from scratch because it worked very slow, but that's not the deal here. The other day I started it, and it simply didn't do it. I've tried everyth

  • I can't see apple tv on my computer as one of the devices

    I am trying to use the home sharing feature, have confirmed that I am hooked up to the same wifi connection. I can't see Apple TV as a device when I open up Itunes on my computer.

  • Dynamic fields to be displayed in ALV

    Hi All, I've a requirement like this. I have table type with 10 fields and I use this to display data in ALV.  Now, I need to add few dynamic columns (based on customizing) and show in the same ALV.  Since these fields are dynamic and new fields can