Max Titov IV @ TechSplice

The most beautiful music of all is the music of what happens.
  • Home
  • About

Posts Tagged ‘configuration’

13 Jul 2011

SAP: Configuring a Trust Relationship for SAP Assertion Tickets

Some useful reading material about configuring trust relationships between different SAP instances.

http://help.sap.com/saphelp_nwpi71/helpdata/en/45/341a2176b74002e10000000a155369/content.htm

13 July, 2011 at 8:35 by maxtmax

Tags: configuration, sap
Posted in SAP/ABAP | Comments Off

8 Jul 2011

SAP: substitution/validation transactions

A quick and simple way to locate a validation/substitution rules can be achieved through the utilization of two transactions GGB0/GGB1 respectfully.

Within the transaction if accessed the menu panel Environment – Directory one can select the level of detail and display an entire collection of all the rules that exist in the system.

8 July, 2011 at 10:25 by maxtmax

Tags: configuration, SAP/ABAP, substitution, validation
Posted in Everyday stuff | Comments Off

29 Nov 2010

FLEX: BlackBerry SDK basic compilation error [locale]

When I tried creating a new project with the BlackBerry sdk I ran in to the following error:

Description Resource Path Type Location
Unable to resolve resource bundle "collections" for locale "en_US".
Flex Problem Unknown

Although annoying I quickly found a solution:

  • Go to the Project Properties
  • Navigate to Flex Compiler
  • And type in the following line
-library-path+="C:\Program Files\Adobe\Adobe Flash Builder 4\sdks\
blackberry-tablet-sdk-0.9.0\frameworks\locale\en_US"
29 November, 2010 at 21:57 by maxtmax

Tags: configuration, Flex
Posted in Flex | No Comments »

28 Nov 2010

SAP: Enable substitution rule changes

If your substitute changes are not taking effect make sure that you have an entry in the GB01 table.  Once you mark down the column you want to change be sure to re-generate the programs. Here’s how you can do that.

28 November, 2010 at 14:50 by maxtmax

Tags: configuration, SAP/ABAP, tables
Posted in SAP/ABAP | No Comments »

27 Nov 2010

SAP: re-generate OBBH substitution rules

Sometimes its worth regenerating your substitution rules – to do this execute program RGUGBR00.

27 November, 2010 at 11:13 by maxtmax

Tags: configuration, sap
Posted in SAP/ABAP | No Comments »

24 Nov 2010

SAP: Send an Email with executable SAP command

If you want to send an email with an attachment that can link you directly to an SAP transaction here’s how you do it:

  1. Create an attachment.sap file in your ABAP application
  2. Populate the file with the following information
[System]
Name=<sysid>
Description=Short Description
Client=<clientid>
[User]
Name=<userid>
Language=EN
[Function]
Title=Display PO information
Command=ME23 RM06E-BSTNR = <PO Number>; BDC_OKCODE=/00

When you double click on the file you’ll be redirected to the ME23 screen.

24 November, 2010 at 19:39 by maxtmax

Tags: configuration, SAP/ABAP, trick
Posted in SAP/ABAP | No Comments »

17 Nov 2010

SAP: BeX Exception Broadcasting

Interesting article summarizing the process of sending out email messages based on exception filters in a query.

PDF Link

17 November, 2010 at 13:16 by maxtmax

Tags: BeX, configuration, exception, sap
Posted in SAP/ABAP | No Comments »

17 Nov 2010

SAP: logging table changes

When a table is configured there is an option to log the changes that are done to the information.

You can then check who mad the changes and when the change took place by running report RSVTPROT.

17 November, 2010 at 8:40 by maxtmax

Tags: abap, changes, configuration, loging, program, sap
Posted in SAP/ABAP | No Comments »

14 Nov 2010

SAP Portal [object is currently locked by user]

If you are working with an SAP portal and get to a point that you are unable to edit an object because it is locked by a user [most likely your own user] you have the option to release the lock by performing the following action:

  • Select System Administration
  • Select Monitoring
  • Expand Portal menu on the left hand side
  • Select Object Locking
  • Select the locked object and click the Unlock button
14 November, 2010 at 10:24 by maxtmax

Tags: configuration, portal, sap
Posted in Everyday stuff | No Comments »

8 Nov 2010

ABAP Runtime Analysis – variant setup

Runtime analysis can be used to quickly get to the bottom of which tables are referenced during a transaction/program/function-module call.

I like running SM30 over ST22 because you get a nicer presentation of what tables were hit.  ST22 tends to bee too detailed in majority of my scenarios.

By default the report is initialized with the DEFAULT variant.  This is limiting and will not give you as much information as you might want.  Typically on a new system I set up my own variant that allows me to access more information.

Steps to set up your own variant:

  1. Select the drop down option in the Variant selector panel
  2. Click the green check-box on the next screen without changing the parameters of the Selection Criteria for Variants pop-up
  3. You will be presented with two default Variants – DEFAULT and TMP; ignore those and click on the Create button
  4. Type in the name and continue
  5. Here’s the most important part of this trick.  When you get to the main configuration page of the variant go to the third tab [Duratn/type] and in the Aggregation pick the None option.
  6. Once done click Save as… button and you are ready to run your Analysis.
8 November, 2010 at 13:25 by maxtmax

Tags: configuration, debugging, sap, SAP/ABAP
Posted in Everyday stuff | No Comments »

« Older Entries
  • Subscribe using FeedBurner
  • Cloud Data

    abap adobe animation basic beautiful builder camera code configuration contribution design development digital engineering fix flash Flex function images interesting lesson new paypal Photography php problem problems program programmer programming review sap SAP/ABAP sdk setup soap software solution story system tables transaction transports user video

    WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.

  • My Links

    • Cooking
    • Gallery
    • Resume
  • Online Tools

    • Airline Ticket Search
    • Estimate Shipping Cost [from US]
    • Link your Blog
  • Software Engineering Blogs

    • Adam Goucher
    • Joel on Software
    • The Third Bit
    • Wide Awake Developers
  • Categories

    • Everyday stuff
    • Flex
    • Photography
    • SAP/ABAP
    • Short Stories
    • Software Engineering
    • Web Development
  • Gallery

    Roy Tanck's Flickr Widget requires Flash Player 9 or better.

Max Titov IV @ TechSplice is proudly powered by WordPress
Design & code by Jonk
Entries (RSS) and Comments (RSS).