ABAP/4 Keywords for all SAP R/3 Versions

Hello Experts,
      Is there any DB Table available in Data Dictionary where all these ABAP/4 Keywords available; if yes do please let me know if not available then do please provide me with all ABAP/4 Keywords of all versions of SAP R/3 if possible
points will be awarded if helpful.
Thanks in Advance

Hello Arif,
There no particular table to check all the key words in ABAP.
To check system fields Go for
Se11-- SYST.
TO get the key words go to ABAPDOCU- type ur required key word in the search given in the last section.
The best option would be to debug ABAPDOCU, when you do a click on Keywords
Or Check the Pooled table : TSE05
As you must be knowing ABAPDOCU is in SABAPDOCU Package.....!!
There are a number of tables used; like ABTREE,etc !
Explore and find whether you can get some clue!
Find the keywords here...
Keywords     Description
, [, ], {, }     Syntax conventions, Syntax notation
*, "     Comments
**     Arithm. Operator: Exponentiation (COMPUTE)
+, -, *, /     Arithmetical operators (COMPUTE)
->, =>, ->>, ~, ?=     Operators in ABAP Objects
ABS     Mathematical function: Absolute amount COMPUTE)
ACOS     Mathematical function: Cosine arc (COMPUTE)
ADD     Add
ADD-CORRESPONDING     Field string addition
ADJACENT DUPLICATES     Delete duplicates from internal table (DELETE)
AND     Comparison operator: and
ANY TABLE     Generic table type for internal tables
APPEND     Append line to internaltable
ASIN     Mathematical function: Sine arc (COMPUTE)
ASSIGN     Assign field symbol
AT     Event, control break, field group determination
ATAN     Mathematical function: Tangent  arc
AUTHORITY-CHECK     Check authorization
AVG     Aggregate expression: Average (SELECT)
BACK     Positioning in list
BETWEEN     Relational operator: Between
BINARY SEARCH     Binary read of internaltable (READ TABLE)
  BIT-NOT     Bit calculation operator: NOT (COMPUTE)
  BIT-AND     Bit calculation operator: AND (COMPUTE)
  BIT-OR     Bit calculation operator: OR (COMPUTE)
  BIT-XOR     Bit calculation operator: AND/OR (COMPUTE)
  SET BIT     Set bit of an X field
  GET BIT     Read bit of an X field
BLANK LINES     Switch on blank lines in list
BREAK-POINT     Stop processing in debug mode
C     Data type for fixed-length character string
CA     Contains any characters -Relational operator forstring comparison
CALL     Call external component
CASE     Begin case distinction
CATCH     Exception handling (catch runtime errors)
CEIL     Mathematical function: Smallest whole value
CENTERED     Output format: Centered(WRITE)
CHECK     Check condition
CHECKBOX      Display as checkbox
  PARAMETERS ... AS CHECKBOX     on the selection screen
  WRITE ... AS CHECKBOX     in a list
CLASS     Definition of a class
CLASS-DATA     Static attributes in classes
CLASS-METHODS     Static methods in classes
CLASS-EVENTS     Static events in classes
CLASS-POOL     Introduction for type Kprograms
CLEAR     Initialize data object
CLIENT       Client handling when
  DELETE ... CLIENT SPECIFIED     deleting from a database
  EXPORT ... TO DATABASE ... CLIENT     Storing a data cluster
  IMPORT ... FROM DATABASE ... CLIENT     Reading a data cluster
  EXPORT ... TO SHARED BUFFER ... CLIENT     Storing a data cluster
  IMPORT ... FROM SHARED BUFFER ... CLIENT     Reading a data cluster
  INSERT ... CLIENT SPECIFIED     inserting into a database
  MODIFY ... CLIENT SPECIFIED     Insert/Modify in database(s)
  SELECT ... CLIENT SPECIFIED     reading from a database
  UPDATE ... CLIENT SPECIFIED     updating a database
CLOSE     Close file/cursor
CN     Contains Not Only - Relational operator for character comparison:
CNT     Field groups: Number ofdifferent values
CO     Contains Only - Relational operator for character comparison:
CODE PAGE              Character set
  TRANSLATE ... FROM/TOCODE PAGE     Translate character codes
COLLECT     Internal table: Add entries
COLOR     Output format: Color (FORMAT)
COMMENT                  Comment on selection screen
  SELECTION-SCREEN COMMENT     Generate comment
COMMIT     Close processing unit
COMMUNICATION     Data exchange
COMPUTE     Perform calculations
CONCATENATE     Concatenate character fields
CONDENSE     Condense character fields
CONSTANTS     Defing constants
CONTEXTS     Communicate contexts
CONTINUE     Exit current loop pass
CONTROLS     Define controls for visualization
CONVERT     Convert fields
COS     Mathematical function: Cosine (COMPUTE)
COSH     Mathematical function: Hyperbola cosine (COMPUTE)
COUNT     Aggregate expression: Count (SELECT)
COUNTRY     Set country ID (SET)
CP     Relational operator forcharacter comparison:
DATABASE                Contains Pattern
CREATE     Generate an object or data object
CS     Contains character - Relational operator forcharacter comparison
CURRENCY     Output format: Correct format for currency (WRITE)
CURSOR                   Cursor
  CLOSE                Close database cursor
  FETCH NEXT CURSOR     Read lines with a database cursor
  GET CURSOR FIELD        Get field name
  OPEN CURSOR            Open database cursor
  SET CURSOR            Position cursor
CUSTOMER-FUNCTION      Call customer enhancement
DATA     Define data
DATABASE               Data cluster
  DELETE FROM DATABASE        Delete from a database table
  EXPORT ... TO DATABASE        Store in a databasetable
  IMPORT ... FROM DATABASE     Read from a database table
DATASET                 Sequential file
  CLOSE DATASET          Close file
  DELETE DATASET        Delete file
  EXPORT ... TO DATASET        Store data cluster in file
  IMPORT ... FROM DATASET       Read data cluster from file
  OPEN DATASET    Open file     Open file
  READ DATASET        Read from a file
  TRANSFER       Output to a file
DECIMALS     Output format: Places after the decimal point - (WRITE)
DEFINE     Define macro
DELETE     Delete from tables or from objects
DEMAND     Request information from a context
DESCRIBE     Determine attributes ofdata objects
DIALOG     Call a dialog module (CALL)
DISTINCT            Duplicates
  SELECT DISTINCT          Selection set without duplicates
  AVG( DISTINCT ... )        Average without duplicates (SELECT)
  COUNT( DISTINCT ... )        Sequential file
  MAX( DISTINCT ... )      Maximum without duplicates (SELECT)
  MIN( DISTINCT ... )      Minimum without duplicates (SELECT)
  SUM( DISTINCT ... )     Sum without duplicates (SELECT)
DIV     Arithmetic operator: Whole number division
DIVIDE     Divide
DIVIDE-CORRESPONDINGField string division     Field string division
DO     Loop
DYNPRO               Screen      Screen
  DELETE DYNPRO    Delete     Delete
  EXPORT DYNPRO    Export     Export
  GENERATE DYNPRO    Generate     Generate
  IMPORT DYNPRO    Import      Import
  SYNTAX-CHECK FOR DYNPRO   Check     Check
EDITOR-CALL     Call editor
ELSE     Query
ELSEIF     Query
END-OF-DEFINITION     End of a macro definition
END-OF-PAGE     Event: End of page handling in lists
END-OF-SELECTION     Event: After processingof all records in a LDB
ENDAT     End of an event introduced by AT
ENDCASE     End of case distinction
ENDCATCH     End of exception handling
ENDDO     End of a DO loop
ENDEXEC     End of a Native SQL statement
ENDFORM     End of a subroutine
ENDFUNCTION     End of a function module
ENDIF     End of a query
ENDINTERFACE     End of an interface definition
ENDLOOP     End of a LOOP
ENDMODULE     End of a module definition
ENDON     End of a conditional statement
ENDPROVIDE     End of a PROVIDE loop
ENDSELECT     End of a SELECT loop
ENDWHILE     End of a WHILE loop
EQ     Relational operator: Equals
EXEC SQL     Native SQL statement
EXIT     Exit loop or terminate processing
EXP     Mathematical function: Exponential function
EXPONENT     Output format: Exponentdisplay (WRITE)
EXPORT     Export data
EXTENDED CHECK     Switch extended syntax check on/off (SET)
EXTRACT     Generate extract dataset
FETCH     Read line from a database table
FIELD-GROUPS     Define field groups
FIELD-SYMBOLS     Define field symbols
FLOOR     Mathematical function:Largest whole value
FORM     Define subroutine
FORMAT     Output format for lists
FOR UPDATE     Read database table with lock (SELECT)
FRAC     Mathematical function: Fraction (COMPUTE)
FREE     Release resources no longer needed
FUNCTION     Define function module
  CALL FUNCTION     Call function module
FUNCTION-POOL     Introduction for type Fprograms
GE     Relational operator: Greater than or equal
GENERATE     Generate a program or screen
GET     Event, read settings
GT     Relational operator: Greater than
HASHED TABLE     Table type for internalhashed tables
HEADER LINE     Define an internal table with header line (DATA)
HELP-ID                Help ID for F1 help
  DESCRIBE FIELD ... HELP-ID      Determine help ID
HELP-REQUEST              Self-programmed help (F1)
  PARAMETERS ... HELP-REQUEST          for parameters
  SELECT-OPTIONS ... HELP-REQUEST      for selection options
HIDE     Store line information
HOTSPOT     Output format: Hotspot,interaction by simple - mouse click (FORMAT)
ICON     Icons in lists
IF     Query
IMPORT     Import data or a screen
IN     Relational operator: Selection criterion
INCLUDE     Include program components
INDEX                    Line index in an internal table
INDEX TABLE     
  DELETE ... INDEX     Delete line
  INSERT ... INDEX     Insert line
  MODIFY ... INDEX     Modify line
  READ TABLE ... INDEX     Read line
INFOTYPES     Declare HR info type
INITIAL     Relational operator: Initial value
INITIAL SIZE     Define an internal table type (TYPES)
INITIALIZATION     Event: Before display of the selection screen
INPUT     Output format: Ready for input (FORMAT)
INSERT     Insert into tables or objects
INTENSIFIED     Output format: Intensified (FORMAT)
INTERFACE     Definition of an interface
INTERFACES     Class component interface
INTERFACE-POOL     Introduction fortype J programs
INVERSE     Output format: Inverse (FORMAT)
IS                 Relational operator
  IS ASSIGNED      Relational operator: Is the field symbol assigned?
  IS INITIAL             Relational operator: Initial value
  IS REQUESTED          Relational operator: Existence of a formal
parameter     
JOIN     Join (SELECT)
LANGUAGE     Set language for text elements (SET)
LE     Relational operator: Less than or equal
LEAVE     Leave processing
LEFT-JUSTIFIED     Output format: Left-justified (WRITE)
LIKE                     Use an existing field as areference
  TYPES ... LIKE     Create a type
  DATA ... LIKE     Create a field
LINE                      Line in a list
  MODIFY LINE     Modify line
  READ LINE             Read line
LINE-COUNT     Number of lines per page (NEW-PAGE)
LINE-SIZE     Line size (NEW-PAGE)
LIST-PROCESSING          List processing (LEAVE)
LOAD     Load program componentsin internal table
LOAD-OF-PROGRAM          Execution at load time
LOCAL     Rescue actual parameters of a subroutine
LOCAL COPY     Assign local copy to a field symbol
LOCALE     Set text environment (SET)
   SET LOCALE     Set text environment
   GET LOCALE     Determine text environment
LOG     Mathematical function: Natural logarithm (COMPUTE)
Logical condition     
  SELECT ... WHERE         when reading database tables
  UPDATE ... WHERE         when changing database tables
  DELETE ... WHERE         when deleting fromdatabase tables
  SELECT ... FROM ... ON        when reading usinga join
LOG10     Mathematical function: Base 10 logarithm (COMPUTE)
LOOP     Loop
LT     Relational operator: Less than
M     Relational operator: Byte contains zeros and ones
MARGIN     List output: Distance from edge (SET)
MATCHCODE            Matchcode handling
PARAMETERS ... MATCHCODE          for parameters
  SELECT-OPTIONS ... MATCHCODE      for selection options
MAX     Aggregate expression: Maximum (SELECT)
MEMORY                    ABAP/4 memory
  EXPORT ... TO MEMORY      Roll out data to memory
  IMPORT ... FROM MEMORY     Restore data from memory
MESSAGE     Output message
MESSAGE-ID     Specify message class (REPORT)
METHOD     Definition of a method
METHODS     Class component method
MIN     Aggregate expression: Minimum (SELECT)
MOD     Arithmetic operator: Remainder after division
     (COMPUTE)
MODIFY     Modify tables or objects
MODULE     Flow logic: Module
MOVE     Assignment
MOVE-CORRESPONDING       Component-by-component assignment
MULTIPLY     Multiply
MULTIPLY-CORRESPONDING     Field string multiplication
NA     Relational operator forcharacter comparison:
     Contains not any characters
NE     Relational operator: Not equal
NEW-LINE     List processing: New line
NEW-PAGE     List processing: New page
NODES     Interface work area forlogical databases
NO-GAP     Output format: Leave nogaps (WRITE)
NO-HEADING     Display no column headers (NEW-PAGE)
NO-SCROLLING     Do not scroll line (NEW-LINE)
NO-SIGN     Output format: No preceding signs (WRITE)
NO-TITLE     Do not display standardpage header (NEW-PAGE)
NO-ZERO     Output format: No leading zeros (WRITE)
NON-UNIQUE               Defines an
  TYPES     internal table type
  DATA                   internal table object
NP     Relational operator forcharacter comparison:
     Does not contain pattern
NS     Relational operator forcharacter comparison:
     Does not contain character
O     Relational operator: Byte positions occupied by1
OBJECT                External object
  CREATE OBJECT     Generate
  FREE OBJECT       Release
OCCURS       Defines an
  TYPES     internal table type
  DATA                   internal table object
ON CHANGE     Control break
OPEN     Open file/cursor
OR     Relational operator: OR
ORDER BY     Sort table rows (SELECT)
OVERLAY     Overlay character fields
PACK     Conversion
PARAMETER                Parameter in global SAP memory
  GET     Read parameter
  SET     Set parameter
PARAMETERS     Define report parameters
PERFORM     Execute subroutine
PF-STATUS     Set GUI status
POSITION     List processing: Defineoutput position
PRINT     Print formatting (NEW-PAGE)
PRINT-CONTROL     Define print format
PRIVATE     Class area not visible from outside
PROGRAM     Introduction for type Mand S programs
  LEAVE PROGRAM     Leave program
PROPERTY                 Object property
  GET PROPERTY     Get property
  SET PROPERTY     Set property
PROVIDE     Internal tables: Interval-related processing
PUT     Trigger event
RADIOBUTTON     Radio button (PARAMETERS)
RAISE     Raise exceptions and events
RAISING     Raise error message in function module
RANGES     Define internal table for selection criterion
READ     Read tables or objects
RECEIVE     Receive results (RFC)
REFRESH     Delete internal table
REFRESH CONTROL     Initialize control
REJECT     Do not process current database line further
REPLACE     Replace characters
REPORT     Introduction for type 1programs
  DELETE REPORT         Delete program
  EDITOR-CALL FOR REPORT        Call ABAP program editor
  INSERT REPORT        Insert program in library
  READ REPORT        Read program
RESERVE     List processing: Conditional new page
RESET     Output format: Reset all formats (FORMAT)
RIGHT-JUSTIFIED     Output format: Right justified (WRITE)
ROLLBACK     Roll back database changes
ROUND     Output format: Scaled (WRITE)
RTTI     Runtime type identification
RUN TIME ANALYZER     Activate/Deactivate runtime analysis (SET)
SCAN     Analyze ABAP/4 source code
SCREEN            Screen
  CALL SCREEN     Call screen
  SET SCREEN     Set next screen
  LEAVE SCREEN     Leave screen
  LEAVE TO SCREEN     Branch to a screen
  LOOP AT SCREEN     Loop through screen fields
  MODIFY SCREEN     Modify screen fields
SCROLL     List processing: Scroll
SCROLL-BOUNDARY          List processing: Fix lead columns (SET)
SEARCH     Find character
SELECT     Read database table
SELECT-OPTIONS           Define selection criterion
SELECTION-SCREEN     Design selection screen
  AT SELECTION-SCREENEvent:     After editing ofselection screen
SHARED BUFFER           Cross-transaction application buffer
  DELETE FROM SHARED BUFFER         delete from application buffer
  EXPORT ... TO SHARED BUFFER       Store data in application buffer
  IMPORT ... FROM SHARED BUFFER     Read data from application buffer
SELECTION-TABLE     Selection table (SUBMIT)
SET     Set different processing parameters
SHIFT     Move character
SIGN     Mathematical function: Sign (COMPUTE)
SIN     Mathematical function: Sine (COMPUTE)
SINGLE     Select single record (SELECT)
SINH     Mathematical function: Hyperbola  sine (COMPUTE)
SKIP     List processing: Outputblank line
SORT     Sort internal table or extract dataset
SORTED TABLE     Table type for internaltables that are always kept
SPLIT     Split character fields
SQRT     Mathematical function: Square  root (COMPUTE)
STANDARD TABLE     Table type for standardinternal tables
START-OF-SELECTION     Event: Before first access to LDB
STATICS     Define static data
STOP     Stop data selection (LDB)
STRING     Data type for variable-length character sequence
STRLEN     Character function: Current length (COMPUTE)
STRUCTURE         Data structure
  INCLUDE STRUCTURE     Use structure
SUBMIT     Program call
SUBTRACT     Subtract
SUBTRACT-CORRESPONDING     Field string subtraction
SUM     Calculate control total
  SELECT ... SUM     Aggregate expression: Total
SUPPLY     Supply context key fields
SUPPRESS DIALOG     Suppress dialog
SYMBOL     Output as symbol (WRITE)
SYNTAX-CHECK     Syntax check for programs and screens
SYNTAX-TRACE     Syntax check log
SYSTEM-CALL     Call to various system services
SYSTEM-EXCEPTIONS        Catch runtime errors (CATCH)
TABLE LINE               Unstructured lines in internal tables
TABLE_LINE               Unstructured lines in internal tables
TABLES     Declare database table
TABLE                    Set or array operations for database tables
  DELETE ... FROM TABLE     Delete block of lines
  INSERT ... FROM TABLE     Insert block of lines
  MODIFY ... FROM TABLE     Insert/update block of lines
  UPDATE ... FROM TABLE     Update block of lines
  SELECT ... INTO TABLE     Copy block of lines to internal table
TAN     Mathematical function: Tangent (COMPUTE)
TANH     Mathematical function: Hyperbola tangent (COMPUTE)
TEXT      Locale-specific
  CONVERT TEXT     Set format
  SORT itab AS TEXT     Sort an internal table
  SORT AS TEXT     Sort an extract dataset
TEXTPOOL                 Text elements
  DELETE TEXTPOOL     Delete
  INSERT TEXTPOOL     Insert
  READ TEXTPOOL     Read
TIME                     Time measurement
  GET RUN TIME     Get runtime
  GET TIME     Get time
  SET RUN TIME ANALYZER     Switch runtime analysison/off
TIME STAMP               Time stamp
  GET TIME STAMP     Get time stamp
  CONVERT TIME STAMP     Convert time stamps to date/time
  WRITE f TIME ZONE     Output of time stamps to lists
TITLEBAR     Set screen title (SET)
TOP-OF-PAGE     Event: Top of page handling in lists
TRANSACTION              SAP transaction
  CALL TRANSACTION     Call
  LEAVE TO TRANSACTION     Leave to
TRANSFER     Output to file
TRANSLATE     Character conversion incharacter fields
TRANSPORTING       Selective field transport
  MODIFY ... TRANSPORTING     Modify lines of an internal table
  READ   ... TRANSPORTING     Read lines of an internal table
  LOOP   ... TRANSPORTING     Loop through an internal table
TRUNC     Mathematical function: Whole  number part (COMPUTE)
TYPE                     Define a type
  TYPES ... TYPE     Define a type
  DATA ... TYPE     Define a field
TYPE-POOL     Introduction for type Tprograms
TYPE-POOLS     Include type group
TYPES     Define types
ULINE     List processing: Underscore
UNDER     Output format: One under the other (WRITE)
UNIQUE           Define an
  TYPES     internal table type
DATA                   internal table object
UNIT     Output format: Unit (WRITE)
UNPACK     Conversion
UPDATE     Update database table
USER-COMMAND     List processing: Execute command immediately (SET)
USING                    Use parameter or format
  USING                  Parameter of a subroutine
  USING EDIT MASK     Output format: Use template (WRITE)
VALUE-REQUEST            Self-programmed value help(F4)
  PARAMETERS ... VALUE-REQUEST          for parameters
  SELECT-OPTIONS ... VALUE-REQUEST      for selection options
WHEN     Case distinction
  SELECT ... WHERE      when reading from databasetables
  UPDATE ... WHERE       when changing database tables
  DELETE ... WHERE      when deleting database tables
  LOOP AT ... WHERE     when looping at internal tables
  DELETE ... WHERE       when deleting from internal tables
WHILE     Loop
WINDOW     List processing: Outputin window
WITH-TITLE     Output standard page header (NEW-PAGE)
WORK                     Processing unit
  COMMIT WORK     Close unit
  ROLLBACK WORK     Close unit, but undo changes
WRITE     List processing: Output
WRITE TO     Correct type output in a variable
X     Data type for fixed-length byte sequence
XSTRING     Data type for variable-length byte sequence
Z     Relational bit operator: Bit positions occupiedby
Regards
Sasidhar Reddy Matli.

Similar Messages

  • ABAP/4 Keywords for all SAP R/3 Versions with Delta Documentation for abap

    Hello Experts,
          Do please provide me with the way to find out the Delta Documentations for ABAP for all version of SAP R/3 starting from 3.0 to 6.0
    points will be awarded if helpful.
    Thanks in Advance

    Log on to SAP.  Use transaction ABAP_DOCU.  Click on Keyword Help.  Don't enter an ABAP keyword, press cont. button.
    In the window that opens, in the tree on the left handside, you'll see ABAP Changes By Release.
    This contains all the information you need.
    matt

  • Passing Payload data to alert container for all SAP PI erros

    Hi All,
       I have a alert requirement as follows.
    One alert has to be raised for all PI errors including Integration Engine errors and Adapter Engine errors. The scenario  is  ABAP PROXY >XI->SOAP.
    Payload will have n number of fields including Delivery Number and Mail ID of a  business User.
    Mail has to be triggered from PI to this particular user along with delivery number. Please note this alert has to be triggered for all PI errors ( Mapping, Adapter Error,Apllication Error ...etc).
    Triggering alert from an UDF  by calling report  SALERT_CREATE does cover only integration engine errors.It should not cover any adapter engine error.
    By creating a alert rule and alert category in RWB will not have Payload data  in the mail and Alert will be sent to fixed receipients. Alert rule does cover all PI errors.
    How should i do this>

    Hey
    By regular alert mechanism,this is not possible,you need to use BPM to trigger e-mail to include delivery number.
    /people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated
    >>Mail has to be triggered from PI to this particular user along with delivery number
    Well this can only be done via mail adapter,alert mechanisms need a specific user ID or user with specific roles.
    Thanks
    Aamir

  • SAP NetWeaver AS ABAP 7.1 for Mobile 7.1 Trial Version

    From where can I get the SAP NetWeaver AS ABAP 7.1 which is required to run data synchronization with
    NetWeaver Mobile 7.1 ?
    As per the download notes, for mobile 7.1 -
    "Note: SAP NetWeaver AS ABAP 7.1 is NOT part of the download package, but is integral part of the product shipment SAP NetWeaver Mobile 7.1. In order to synchronize applications that you have developed with SAP NetWeaver Mobile 7.1 Trial Version, you absolutely need to install SAP NetWeaver AS ABAP 7.1 also. Without such installation, applications you have developed with the Trial Version will only be able to run standalone on NW Mobile Client, but without data synchronization.
    Does the CE version contain AS ABAP 7.1? Link to the specific download pl.

    Hi,
    There's no SAP NetWeaver AS ABAP 7.1 trial version available on SDN. The CE trial version only contains the Java AS.

  • Where can i find start/stop scripts for all SAP instances

    Hi,
    I installed CI, DB and Dialog instance on a standalone S10 machine and i could see start scripts under /sapmnt/RAM/profile
    START_DVEBMGS09_hostSAP
    START_D24_hostSAP
    But i cann't see stop scripts for the above and also i cann't see start and stop scripts for SAP DB instance. Could some one point me where i can find them when everything is installed on a single box.
    Thanks,
    Ram

    USAGE: STARTSAP.EXE name=<SID> nr=<SYSNR> SAPDIAHOST=<host>
    FURTHER INFORMATION:
    - The executable sapstart.exe must be in the same directory
    when you start sap instacne, it will check db instance first, if db instance not start , it will automatic start db instance then sap instance.
    vice visa :
    stopsap is alos can be used.

  • Is there any possibility to create ABAP Webdyn pro application in SAP 4.6C

    HI All,
    My client is in SAP 4.6C version want's to devlop some SAP ABAP webdyn pro application for their end user requirement.
    Is it possible to do so if yes how ,they are ready to buy the required H/W and S/W component for the same,but they can't upgrade SAP to higher version at this moment.
    As per my understanding WebDynpro for ABAP is dependent on current  R/3 version. For that one should have mySAP ERP 2005 I guess.correct me if i am wrong .
    Need your suggestion ..
    How to achive ABAP webdyn pro application in SAP 4.6C Version.
    Thanks,
    Dev

    Thanks!
    Note 1098009 - Limitations for Web Dynpro ABAP
    Solution
    SAP System Prior to SAP NetWeaver 7.0 (NW2004s)
    Web Dynpro ABAP is not released for official use in systems prior to SAP NetWeaver 7.0 (NW2004s).
    Hope that helps.
    Cheers,
    Chris
    edit - hmm hope I'm not taking a liberty quoting an SAP note ... If any mod's object - please remove quote - but I can't really see the harm in this case!
    Edited by: Chris Paine on Apr 30, 2010 2:12 PM

  • Webdynpro for ABAP - Popup apearing for userid and pwd

    Hi Experts,
    We have implemented ESS and gone live. Now we have created one custom application in webdynpro for ABAP and attached with portal.
    Initially there was a problem, the application was not getting executed because of system configuration, then I have configured the host name, port number correctly. Then the iView is getting loaded in the portal.
    The problem is, when I am trying to access the iView, the popup apearing for the user id and password. This is happening only the webdynpro abap application, this is not happening for all sap standard iViews.
    Could anyone help me with this issue?
    Thanks
    Jay

    Hi Jayanthi,
    as you had mentioned this is not happening for sap standard iViews(do you mean simple transaction iViews for which you have used a system alias, which was the same you had used for ABAP web dynpro iview)?
    Of courese ESS iViews works with their own JCOs which is no way helpful or connected with wd ABAP.
    So I believe if your SAP id and Portal id are different(or if they are same but SAP Logon ticket is not configured properly) then only it woudl ask for the authentication again- for Wd ABAP to work fine, only the connector property  and WAS to tbe configured in the system object(aka system alias) used for ABAP iview. Now once you enter the login credentials, it is working fine right, then could you please test the user mapping under the user you are logged in, select the alias that you had used while creating the abap wd iView and provide userid/password here, then run the wd ABAP application, it definitely would work.
    N.B: if you had provided the credentials once, then it woud be stored in the browser cache, so if you perform the user mapping in user admin, log off from portal, close all your browser windows, then clear cache,(cookies etc). then login to portal, run the wdABAP application, I am sure this would work(it worked for me!!!).
    Thanks,
    Jakes.

  • How to maintain keywords for a original files in DMS?

    Hi,
    How to maintain a Keywords for all original files which are already available in content server? I have done the following steps for full-text search(content search) with in originals.
    1.Configured RFC from TREX to R/3
    2.Created SSR with VERITY search engine
    3.Configured MIME types in DMS
    4.Indexing has been done
    5.We ran RSTIRIDX program as a background job.
    After doing above all for activating full text search in CV04N,  The text box search text is enabled, how ever when we try to search for a text in original we are getting the message:"No documents found with these selected parameters".
    Awaiting for your valuable response.
    Thanks
    Prasad

    Hi Prasad,
    could you please test the search behavior also in transaction SKPR07 because this transaction offers different tools for testing and analysing the TREX search. The class for DMS is DMS_PCD1.
    Best regards,
    Christoph

  • Keywords for standard buttons

    Hello Experts,
           In Table Maintenance Generator, I want to add event 'Before delete data' . When user wants to delete data using Table Maintenance Generator, it should pop up for confirmation. If user clicks on 'yes' button then it should delete the record and if user clicks on 'No' button it should come back to TMG without deleting record.
           How to give events for standard delete button ? Is their any keyword which represents standard delete button? If their is keywords for all standard buttons then it is appreciable if someone share link from where I can get keywords for all standard buttons.
    Thank you in advance

    I am afraid, the new release does not include changes where you can replace buttons with images.

  • Prerequisites for SNC SAP router

    I want to configure SAP router in my system (intranet) which is not having any pubic ip. What are the Prerequisites for configuring SNC SAP router.

    HI
    There are many pre requisite for sap snc router
    1) one system with Winwods
    2) one Public IP I.e compulsary
    after public IP U have to fill DATA Sheet and sent TO sap
    With ur system name And Public ip
    after that u have to download
    sacar file for installed SAP router ( letest version )
    And
    Ond OSS User ID And Password
    for cripto file just to below link
    https://websmp210.sap-ag.de/~form/handler?_APP=00200682500000000917&_EVENT=DISPLAY
    download letedst  version according ur opration system
    and make directory
    e.g -. drive://usr/sap/saprouter
    uncar ur letes version here and sart to sap router installtion 
    best of luck

  • How can I install and activate extensions for all users

    Hi, within the version 7.0.1 I am able to install noscript extension for example for all users.
    With version 8.0 the extensions are disabled by default, so I do not install it on company computers.
    How can I manage extensions and settings for all users in 9.0?
    Best regards
    Jens

    Hi John,
    I appreciate your prompt response.
    We have an Australian client here in the Philippines and would want to purchase an adobe software under Creative Cloud Licensing.
    Since this type of licensing is not yet available here in the Philippines, they are suggesting that they can purchase it in their country.
    My main concern is, will there be any conflict upon installing/activating an adobe software under Creative Cloud which will be purchased from their country?
    And what are the steps for installing and activating a software under this type of license.

  • Need case studies and sample code for all concept of ABAP

    Hello,
           Can anybody provide me the case studies and sample code for learning different concepts in ABAP programming like: module pool, ALV, interactive reports, BDC, Smart Form etc.? As I want to do some practical application by which i can learn more.
    Thanks & Regards,
    Vikram Rawal

    In this link You can find Step by Step Scren Shot document :
    http://www.201interviewquestions.com/docs/User%20exits.ppt
    http://erpgenie.com/abaptips/component/option,com_docman/task,doc_details/gid,27/
    <b>
    Reprots</b>
    http://www.sapgenie.com/abap/reports.htm
    http://www.allsaplinks.com/material.html
    http://www.sapdevelopment.co.uk/reporting/reportinghome.htm
    http://www.sapfans.com/forums/viewtopic.php?t=58286
    http://www.sapfans.com/forums/viewtopic.php?t=76490
    http://www.sapfans.com/forums/viewtopic.php?t=20591
    http://www.sapfans.com/forums/viewtopic.php?t=66305 - this one discusses which way should you use - ABAP Objects calls or simple function modules.
    <b>Dictionary</b>
    http://sapabap.iespana.es/sapabap/manuales/learnabap/
    http://help.sap.com/saphelp_nw2004s/helpdata/en/43/41341147041806e10000000a1553f6/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ea31446011d189700000e8322d00/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBDIC/BCDWBDIC.pdf
    <b>ABAP objects</b>
    Please check this online document (starting page 1291).
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCABA/BCABA.pdf
    Also check this links as well.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ce/b518b6513611d194a50000e8353423/frameset.htm
    http://www.sapgenie.com/abap/OO/
    http://www.futureobjects.de/content/intro_oo_e.html
    http://www.sap-img.com/abap/business-add-in-you-need-to-understand-abap-oo-interface-concept.htm
    /people/ravikumar.allampallam/blog/2005/02/11/abap-oo-in-action
    <b>
    SAPScripts</b>
    http://esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf
    http://esnips.com/doc/1e487f0c-8009-4ae1-9f9c-c07bd953dbfa/script-command.pdf
    http://esnips.com/doc/64d4eccb-e09b-48e1-9be9-e2818d73f074/faqss.pdf
    http://esnips.com/doc/cb7e39b4-3161-437f-bfc6-21e6a50e1b39/sscript.pdf
    http://esnips.com/doc/fced4d36-ba52-4df9-ab35-b3d194830bbf/symbols-in-scripts.pdf
    http://esnips.com/doc/b57e8989-ccf0-40d0-8992-8183be831030/sapscript-how-to-calculate-totals-and-subtotals.htm
    SAP SCRIPT FIELDS
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/8033ea454211d189710000e8322d00/content.htm
    scripts easy material
    http://www.allsaplinks.com/sap_script_made_easy.html
    Check these step-by-step links
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287
    https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/8fd773b3-0301-0010-eabe-82149bcc292e
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985
    <b>Smartforms material</b>
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    http://www.sap-img.com/smartforms/smartform-tutorial.htm
    http://www.sapgenie.com/abap/smartforms.htm
    How to trace smartform
    http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    http://www.help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF
    http://www.sap-img.com/smartforms/smart-006.htm
    http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
    Re: Need FAQ's
    check most imp link
    http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html
    step by step good ex link is....
    http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html
    <b>
    BAPI</b>
    http://help.sap.com/saphelp_46c/helpdata/en/9b/417f07ee2211d1ad14080009b0fb56/frameset.htm
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
    Checkout !!
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
    http://techrepublic.com.com/5100-6329-1051160.html#
    http://www.sap-img.com/bapi.htm
    http://www.sap-img.com/abap/bapi-conventions.htm
    http://www.sappoint.com/abap/bapiintro.pdf
    http://www.sapgenie.com/abap/bapi/example.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDAPII/CABFAAPIINTRO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE8/BCFESDE8.pdf
    <b>List of all BAPIs</b>
    http://www.planetsap.com/LIST_ALL_BAPIs.htm
    http://www.sappoint.com/abap/bapiintro.pdf
    http://www.sappoint.com/abap/bapiprg.pdf
    http://www.sappoint.com/abap/bapiactx.pdf
    http://www.sappoint.com/abap/bapilst.pdf
    http://www.sappoint.com/abap/bapiexer.pdf
    http://service.sap.com/ale
    http://service.sap.com/bapi
    http://www.planetsap.com/Bapi_main_page.htm
    http://www.topxml.com/sap/sap_idoc_xml.asp
    http://www.sapdevelopment.co.uk/
    http://www.sapdevelopment.co.uk/java/jco/bapi_jco.pdf
    <b>ALV programs.</b>
    http://www.geocities.com/mpioud/Abap_programs.html
    . How do I program double click in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=11601
    http://www.sapfans.com/forums/viewtopic.php?t=23010
    How can I use ALV for reports that are going to be run in background?
    http://www.sapfans.com/forums/viewtopic.php?t=83243
    http://www.sapfans.com/forums/viewtopic.php?t=19224
    <b>ALV</b>
    http://www.sapfans.com/forums/viewtopic.php?t=58286
    http://www.sapfans.com/forums/viewtopic.php?t=76490
    http://www.sapfans.com/forums/viewtopic.php?t=20591
    http://www.sapfans.com/forums/viewtopic.php?t=66305 - http://www.sapgenie.com/abap/reports.htm
    http://www.allsaplinks.com/material.html
    http://www.sapdevelopment.co.uk/reporting/reportinghome.htm
    <b>Top-of-page in ALV</b>
    selection-screen and top-of-page in ALV
    <b>ALV Group Heading</b>
    http://www.sap-img.com/fu037.htm
    <b>ALV</b>
    http://www.geocities.com/mpioud/Abap_programs.html
    <b>
    RFC Destination</b>
    Re: SM59
    <b>
    ALE/ IDOC</b>http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap.html
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.allsaplinks.com/idoc_sample.html
    <b>Table Control</b>
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/table%20control%20in%20abap.pdf
    <b>
    ABAP transactions</b>
    http://www.easymarketplace.de/transactions-a-e.php?Area=4soi&name=volker&pw=vg&
    Regards,
    Priyanka.

  • Pre-Requisites for E_HANAAW142- SAP Certified Development Specialist - ABAP for SAP HANA (Edition 2014)

    Hello,
    Can you please provide clarification regarding the pre-requisite certification/s required for the certification-E_HANAAW142- SAP Certified Development Specialist - ABAP for SAP HANA (Edition 2014). The following is the pre-requisites' description from the offical webpage of E_HANAAW142 certification.
    This certification is issued to candidates who successfully pass the certification exam for the "SAP Certified Development Associate - ABAP with SAP NetWeaver" (C_TAW12_70, C_TAW12_71, C_TAW12_731, P_ABAP_70).
    https://training.sap.com/shop/certification/e_hanaaw142-sap-certified-development-specialist---abap-for-sap-hana-edition…
    Question:
    Are all the four certifications(C_TAW12_70, C_TAW12_71, C_TAW12_731, P_ABAP_70) need to be passed prior to taking up E_HANAAW142?
         Or Any one of the four pre-requisite certifications is enough?
    Advance Thanks.
    -LG

    Hi,
    you have to pass only one exam from the listed ones.
    regards,
    Harald

  • Online license procedure for NW ABAP Sneak Preview and Mini SAP works again

    The online license procedure for the NetWeaver ABAP Sneak Preview and Mini SAP systems at www.sap.com/minisap
    works again.
    Sorry for the inconvenience.
    Dirk

    I finally resolved my problem yesterday. That is the answer. I did exactly what you mention now: to try and try. I don't know what happened, but when I insisted it worked !
    Anyway, Thanks a lot to all
    Investiga

  • How to use single buffered table with FOR ALL ENTRIES KEYWORD

    Hai,
    I'm Using TJ02T Database table, It is single buffered table but at the same time I want to use FOR ALL ENTRIES KEYWORD , Please Help me.
    Regards,
    S.Janani

    Hi,
    FOR ALL ENTRIES will not depend on the buffering nature of the table. The single buffered table will only only buffer one record into memory. You can still use the statement to query the values, but it may have performance problems if the data volume is high since the records are not completely buffered into memory, the time will spent in getting data from DB.
    Thanks..
    Preetham S

Maybe you are looking for

  • Diferença nas contas de EM/EF -  Transação F.19 (Português)

    Prezados, Fizemos o upgrade do sistema para a versão 6.0, em Julho. Das duas vezes em que executamos a F.19, julho e agosto, a mesma apresentou diferenças nos saldos das contas. Essas diferenças não aconteciam na versão 4.6C. A transação F.19, nos me

  • EJB 3.0 web services security (WS-Security)

    How do I enable WS-Security on EJB 3.0 based web services? Since only the @WebService annotation is required to expose a EJB 3.0 bean as a web service, how do I configure options that were previously in oracle-webservices.xml under the <security> tag

  • Assigning Manufacturer while creating a batch from COR1 or MIGO etc.

    Hi Gurus, I am creating a new batch while creating a process order using COR1 or MIGO. When i click on the NEW button, the batch is automatically created and we get a new batch number. Now at this time of creation of a new batch, i want to assign som

  • Evaluation of ${server_url} variable in filename - known issues? debugging?

    We're using an XML document in the server for properties, such as endpoint assignment: <assign name="asn_fromXmlFile"> <copy> <from expression='ora:doc("${server_url}/xmllib/myProcConfig.xml","/airline")'/> <to partnerLink="TravelService"/> </copy> S

  • Implement SSL in JSP and servlets

    hi there, i needed some help in implementing ssl in JSPs and servlets. My idea was to have a login page and also use it where sensitive data is being sent. I have used the basic socket programming (socket.class and serverSocket.class) in GUI applicat