Enterprise Resource
Planning Portal

 

Advertise | Founder BLOG

ERPGenie.COM ABAP Tips and Tricks Database

THE ultimate
ERP website

 

Forums | Vote for us |

Google    Other Search Options

Login

Login to view more content!!!





Lost Password?
No account yet? Register

Registered Access

Home
Std. Include with some good macros PDF Print E-mail
User Rating: / 0
Written by Kevin Wilson   
Wednesday, 01 April 2009
INCLUDE RADBTMAC
  • MACRO: DEFINE_TABLE     Definition of internal table
  • MACRO: DEFINE_STRUCT     Definition of structure
  • MACRO: GET_FIELD_POS    Get offset and length of field
    GET_FIELD_POS <tabname> <field> <offset> <length>
    Example: Get the offset and length of the field ROLLNAME in structure DD03L:
        DATA: OFFSET LIKE SYST-FDPOS.
        DATA: LENGTH LIKE SYST-FDPOS.
        TABLES: DD03L.
        GET_FIELD_POS DD03L ROLLNAME OFFSET LENGTH.
  • MACRO: RANGE_DEF    Definition of a range
    Example: range_def tbatg: object, tabname.
        defines a 'low' and 'high' like tbatg-object or tbatg-tabname
DEFINE RANGE_DEF.
DATA: BEGIN OF &1_&2_RANGE,
       SIGN(1),
       OPTION(2),
       LOW  LIKE &1-&2,
       HIGH LIKE &1-&2,
      END OF &1_&2_RANGE.
END-OF-DEFINITION.
  • MACRO: NAME_LEN     Provides the length of names of DD objects if input
 
Nice include with string handling macros PDF Print E-mail
User Rating: / 1
Written by Kevin Wilson   
Wednesday, 01 April 2009
INCLUDE RADBTST0
  • WRITE_TO_LEFT, a nice variant of the 'WRITE TO' operation
  • EXPLODE_STRG, to seperate a string in fragments
  • MERGE_FRAGMENTS, to merge two tables of fragments
  • BREAK_STRG, to break strings into lines of defined length
  • STRING_CUT, to break strings into lines of defined length
  • CHARS_GET, to break strings into characters
 
SE30 - Runtime Analysis Tool PDF Print E-mail
User Rating: / 2
Written by Anon.   
Monday, 21 January 2008
This runtime analysis tools allows the ABAP/4 programmer to trace the tables used by the SAP dialog/reports programs.  In the Analyze button, you can see four more buttons like:-
Read more...
 
Step-by-Step Guide for using LSMW PDF Print E-mail
User Rating: / 1
Written by Anon.   
Wednesday, 19 December 2007

LSMW to Update Customer Master Records with Standard Object

As an alternative to using ‘Transaction Recording’, you could also use a standard SAP object to update Customer Master Records. Business Object ‘0050’ is already pre-defined in the system with standard Batch Input Interface Program ‘RFBIDE00’.

 

Read more...
 
SQL Trace PDF Print E-mail
User Rating: / 1
Written by Anon.   
Wednesday, 12 December 2007
The SQL Trace function is an on-demand log of selected SQL statements that are issued against the database through the Open SQL Engine. The SQL Trace can be switched on or off dynamically. The log format is database independent. Besides the SQL statement text, each log record contains information about the point in time when the statement was executed, its duration, its input parameters and results (where applicable) as well as context information.
Read more...
 
SE30 - Runtime Analysis Tool PDF Print E-mail
User Rating: / 0
Written by Anon.   
Wednesday, 12 December 2007
This runtime analysis tools allows the ABAP/4 programmer to trace the tables used by the SAP dialog/reports programs. 
Read more...
 
Program To Download Batch Session Log Into Excel PDF Print E-mail
User Rating: / 1
Written by Anon.   
Tuesday, 04 December 2007
Had developed a program to download the log into EXCEL. You need to provide the session QUEUE ID as input. Please use the code below.
Last Updated ( Friday, 05 December 2008 )
Read more...
 
Report on transport import errors across systems PDF Print E-mail
User Rating: / 0
Written by Pavan Rachamalla   
Wednesday, 25 July 2007
Useful report that lists transports and whether they were successfully imported into the target system.
Read more...
 
Auto Import program PDF Print E-mail
User Rating: / 0
Written by Shawn Franks   
Wednesday, 25 July 2007

Performs automated forwarding and import of transports.Gets last run value from database index, gets delta from last import, forwards those to the buffer of the target system specified, and imports them.

 Schedule this report to run in the background in your Quality environment.

Read more...
 
<< Start < Prev 1 2 Next > End >>

Results 1 - 19 of 36

Google Search

Google Ads