Who can tell me the mean of "tm" in J2EE(tm)???

who can tell me the mean of "tm" in J2EE(tm)???

Thank you very much!

Similar Messages

  • Who can tell me the meanning of these opcode?

    0x35
    0x36
    0x37
    0x38
    0x39
    0x3a
    0x3b
    0x3c
    0x3d
    0x3e
    0x51
    0x52

    Hi,
    By flagging a field on here, yes, that is what it is designed to do.
    If you change the delivery address for instance you would surely need to tell the vendor? So you would flag these fields so that the new PO (which can be a PO with ONLY the changes on it, or a full reprint of the PO, depending on which you want), is printed and sent to the vendor.
    If the Purchasing group is changed then you may decide that this should NOT trigger a print of the changes, so you don't flag that field.
    It is entirely up to you which fields you flag, all, some or none.
    There is a flag for each type of document (RFQ, PO, Contract and Scheduling agreement and so you can set different flags for each)
    You can also specify the text number to control what the change text is, such as "Delivery address changed" etc.
    You can even use special routines that can manage more complex actions for each change.
    As susual the SAP system is giving you many options that you CAN use if you want to, but you don't have to use them if you don't want to.
    Steve B

  • Who can tell me the usage of TCode:OMFS?

    Who can tell me the usage of TCode:OMFS?
    When we need to configurate these?
    Thank in advance.

    Hi,
    By flagging a field on here, yes, that is what it is designed to do.
    If you change the delivery address for instance you would surely need to tell the vendor? So you would flag these fields so that the new PO (which can be a PO with ONLY the changes on it, or a full reprint of the PO, depending on which you want), is printed and sent to the vendor.
    If the Purchasing group is changed then you may decide that this should NOT trigger a print of the changes, so you don't flag that field.
    It is entirely up to you which fields you flag, all, some or none.
    There is a flag for each type of document (RFQ, PO, Contract and Scheduling agreement and so you can set different flags for each)
    You can also specify the text number to control what the change text is, such as "Delivery address changed" etc.
    You can even use special routines that can manage more complex actions for each change.
    As susual the SAP system is giving you many options that you CAN use if you want to, but you don't have to use them if you don't want to.
    Steve B

  • Who can tell me  the ' Oracle Application Data Exchange ' download url ?

    Who can tell me the ' Oracle Application Data Exchange ' download url ?
    thanks
    Yiming Gao
    [email protected]

    Can you refer the Note:68795.1 ?
    Regards

  • Who can tell me the website which has some oracle client_si

    I have read from here there is a website which has some
    client_side program of oracle on linux, but i forgot the address,
    who can tell me? (something like sqlplus under x, etc)
    null

    sander (guest) wrote:
    : tianhuimin (guest) wrote:
    : : I have read from here there is a website which has some
    : : client_side program of oracle on linux, but i forgot the
    : address,
    : : who can tell me? (something like sqlplus under x, etc)
    : Hi,
    : On linuxberg.com in the X11 | database section you'll find a
    : tablebrowser and sessionmonitor for oracle (based on Qt lib).
    : I far as i know there no sqlplus for x, although i don't know
    : what you mean excactly....
    : btw. i've tried to install SQLplus for W95 on W98 -> no go
    You have to upgrade your SQL*NET 8 Client to 8.0.4.3 (80403.exe)
    The patch is avalable somewhere on the oracle web. If you don't
    find it, send me a email and I'll send it
    : Do you have any experience with this?
    : Regards,
    : Sander
    null

  • Who can tell me the merit of human work

    hey,
    I make a approve sub system.in it the approval List is not regular , at this time i should use a human work
    or a POJO?
    very thank;

    Hi',
    Human task in Oracle SOA is used exclusively for human interaction, there are various options in human task for approval,
    like single approver, multiple (list), Hierarchy approvals, inside human task you can hard code the approvers and even send them dynamically.
    The human task can be integrated with most of the LDAP's, right from OID to Active Directory.
    -Yatan

  • Who can tell me the difference between MDM,BW and ODS

    What's the difference between MDM/BW/ODS,and what aspect/domain does each of them emphasize.

    Thank Dirk,Anil for your wonderful answer.
    After study these docs on sap.com and your reply,I have other questions to ask:
    1. If I use MDM as a Enterprise's Data center repository,Is that mean I can give up other database such as Oracle,SQL Server,and build new application or shift those regacy non-SAP applications on MDM gradually,you know,if I retain these DB,I should syncharonize them cautiously,and it can not avoid "dirty data" between heterogeneous systems.
       Consider such a scenario,application A request data from MDM to modify,application B request the same data from MDM to query,then "dirty data" happened?
       So,I think if I use MDM as center data repository,then I should give up other DB,and these non-SAP systems should reference these data and deal its own business matter.
    2.When I implement MDM,Would the data in SAP R/3(such as PM/MM/FI/CO) also be replicated to MDM,then shared to other non-SAP systems?or these data needn't synchronize to MDM?
    3.consider such a scenario,I need SAP R/3 data to share with other non-SAP system,besides XI,should I need MDM,using MDM to implement data management and sharing.
    4.Dirk has noticed "MDM could also mean Meta Data Model ",so I want to ask if MDM fully compatiable with CIM(common information model) and I can create complex objected-oriented data and mutiple relationship in it?
    thanx for your answer again,Best regards
    jiansen

  • Who can tell me the details about "JMSJVMOPTS" environment variable of JMSC API

              I have a question about JMS C API.
              When in windows service application, JMSContectCreate return JMS_JVM_ERROR error.
              But in desktop app, it does well.
              I think I may need set the JMSJVMOPTS environment variable.
              But how to set JMSJVMOPTS ?
              

    OK,
              The JMSJVMOPTS are extra options passed to the "java" executable itself
              along with
              "-Djava.class.path=${CLASSPATH}"
              Hence, the actual things you can set with this depend on which java compiler
              you are using. If you are using the Sun JVM for instance, here are some of
              the options you can set (from java -?)
              where options include:
              -client to select the "client" VM
              -server to select the "server" VM
              -hotspot is a synonym for the "client" VM [deprecated]
              The default VM is client.
              -cp -classpath <directories and zip/jar files separated by ;>
              set search path for application classes and resources
              -D<name>=<value>
              set a system property
              -verbose[:class|gc|jni]
              enable verbose output
              -version print product version and exit
              -showversion print product version and continue
              -? -help print this help message
              -X print help on non-standard options
              -ea[:<packagename>...|:<classname>]
              -enableassertions[:<packagename>...|:<classname>]
              enable assertions
              -da[:<packagename>...|:<classname>]
              -disableassertions[:<packagename>...|:<classname>]
              disable assertions
              -esa | -enablesystemassertions
              enable system assertions
              -dsa | -disablesystemassertions
              disable system assertions
              As far as what sort of things can cause a JMS_JVM_ERROR from
              JmsContextCreate the answer is that there are many, many reasons this might
              be happening. Please look for a file named ULOG.<mmddyy> (where mmddyy is
              month/day/year - for example ULOG.081403) somewhere on your system (I am not
              sure where this file would go being run from a W2K service). That "userlog"
              file should contain more information about why the failure occurred.
              Also, you can set JMSDEBUG=y in your environment which will print to stdout
              (again, not sure where stdout goes in a system service) stack traces and
              other debugging information into the ULOG file.
              Hope this helps...
              "Luke" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Hi,John Wells,
              > thanks for your help.
              > But what I really don't know is what value I can set for JMSJVMOPTS.
              > There is not document about the detail of optional values for JMSJVMOPTS.
              > And what reasons can result a JMS_JVM_ERROR in JmsContextCreate() ?
              

  • Who can tell me the consist of PGA

    as title

    Hi,
    PGA is Program Global Area and it contains data and control information for a single process it is nonshared memory area where process can write.Also when a user connects to the oracle server it will allocate memory for that user.A PGA contains a stack space, which is memory allocated to hold a session's variables, arrays, and other information.
    If the instance is in multithreading then it stores the information about the user ie private sql area.If it is not in the multithreaded environment then the private SQL area is a part of the SGA.
    Hope this gives a picture of the PGA content.

  • Anybody who can tell me the report builder 6 patch

    yesterday,I install report builder 6 on my computer . when I opened a rdf , a warning came up : ' Opening a report saved with a newer version of report builder. Functionality may be lost. Continue? '
    I think I must have missed some patches , please give the patch number .
    thanks in advance!
    peter

    - 11i uses Oracle Reports 6i (plus patchset 19 if you are current)
    - R12 uses Oracle Reports 10.1.2.0.2 (10.1.2.2 if you are current)
    Upgrading Developer 6i with Oracle Applications 11i
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=125767.1
    Upgrading Forms and Reports 10g in Oracle Applications Release 12
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=437878.1

  • Who can tell me the performance of  embber ldap of weblogic700

    how the performance of embbed LDAP of welogic700 campare to other LDAP server,such
    as IPLANET LDAP. which LDAP server cooperate with weblogic700 have the best performance??

    Thank you very much!

  • I wanna to ask who can tell me iphone 5 when release at malaysia...??the price how much...??

    i wanna to ask who can tell me when the iphone 5 release at malaysia...??the price how much...??

    Put the phone in DFU mode (google it) and restore as new.
    When prompted during the restore process, select restore from an iCloud backup, enter your Apple ID credentials and the device will restore.  Once complete, everything should be as it was without the passcode.
    FYI, syncing photos to PhotoStream on iCloud is NOT a backup.  It merely keeps the last 30 days and a set number of photos... anything beyond that rolls off PhotoStream.
    You really should be using the device as designed, meaning regularly copying pictures/videos taken with the device off to a computer.
    Contacts, if configured, should be synced to iCloud based on your statements above.

  • I've seen all the posts for fixing the wifi on the 4s, none of them work!  So, who can tell me why my iPhone 4S cannot find any wifi when it used to easily, and when it does it can never connect?

    I've seen all the posts for fixing the wifi on the 4s, none of them work!  So, who can tell me why my iPhone 4S cannot find any wifi when it used to find wifi, and when it does find a wifi network it can never connect?  You think apple would have a clue how to fix it!  Because turning the wifi on and off doesn't work, resorting network settings doesn't work, even restoring phone to factory default doesn't work...

    Did not work. I've selected iMessage to ON and left it. After a few hours I recieved a message "activation unsuccessful. Turn on iMessage to try again". This has been going on for the past 3 days.

  • Who can tell me how to get the CRT for BBPCRM patch 8

    hello ,
    my solution patch level is SAP_BASIS     700     0011     SAPKB70011     SAP Basis Component
    SAP_ABA     700     0011     SAPKA70011     Cross-Application Component
    PI_BASIS     2005_1_700     0011     SAPKIPYJ7B     PI_BASIS 2005_1_700
    ST-PI     2005_1_700     0003     SAPKITLQI3     SAP Solution Tools Plug-In
    SAP_BW     700     0012     SAPKW70012     SAP NetWeaver BI 7.0
    SAP_AP     700     0008     SAPKNA7008     SAP Application Platform
    BBPCRM     500     0007     SAPKU50007     BBPCRM
    CPRXRPM     400     0002     SAPK-40002INCPRXRPM     SAP xRPM/cProjects/cFolders 4.00 (ABAP)
    ST     400     0010     SAPKITL420     SAP Solution Manager Tool
    ST-A/PI     01G_BCO700     0000     -     Servicetools for other App./Netweaver 04
    ST-ICO     150_700     0007     SAPK-15077INSTPL     SAP Solution Manager Implementation Cont
    ST-SER     700_2005_2     0002     SAPKITLOC2     SAP Solution Manager Service Tools
    But now , i find some CRM function can not be used , for example , i could not create a servcie message and monitor , if i create a service message and monitor the message , an abap dump occurs ,  the dump error is
    CALL_METHOD_NOT_IMPLEMENTED
    CX_SY_DYN_CALL_ILLEGAL_METH 
      Error in the ABAP Application Program
      The current ABAP program "CL_EX_CRM_APPOINTMENT_BADI====CP" had to be
       terminated because it has
      come across a statement that unfortunately cannot be executed.
    i try to upgrade the BBPCRM patch to 8 . the system tell me that you should need a CRT for the patch . i try to find the CRT, Unfortunate , i could't find it . who can tell me how to find the CRT . thanks !

    Hi Tony,
    Please, refer to note 892412. Here you can find the patch level required depending on the solman used. I can tell u that we have applied this note and currently we create service messages. Check this patch levels first.
    Regds,
    Jose Sorli

  • Who can tell me how to use the  transction "KKRC"?

    who can tell me how to use the  transction "KKRC"?
    Please explain me all the steps to be required.
    Thanks in advance!

    hi..
    http://help.sap.com/bp_bl603/BBLibrary/Documentation/181_BPP_EN_BR.doc
    KKBC HOE Transaction code Error
    Regards

Maybe you are looking for

  • LIST OF SYSTEM FIELDS?

    CAN SOME ONE GIVE ME THE LIST OF SYSTEM FIELDS THAT WE CAN USE IN TEH PROGEAM. LIKE SY-DATUM... vj

  • Commit in a Trigger

    I'am looking for a possibility to issue a Commit within an Database-Trigger. Any ideas?

  • Extra songs on my ITouch from ICloud

    Hello All- When I recently synced my ITouch with ITunes, I noticed a difference between the number of songs.   My OCD kicked in and I began to investigate.   I noticed there were around 30 extra songs on my ITouch, all with the little ICloud icon nex

  • Pricing - Excluding condition

    Gurus, Reference book: SAP Hand Book SCM620 Condition can be linked to requirement in the pricing procedure. A requirement can evaluate the condition exclusion indicator and ignore the condition if the indicator is set. The condition exclusion indica

  • Fixed height, none fixed width

    I have an object which needs to be fixed in the same part of the screen (so that it does not move when the screen is scrolled) the page is designed with a vertical blank column so that the object is always in this column but no content ever gets move