To share know-how, news, experience, and information regarding technology, software, hardware, programming, Python, ABAP/4, product, high-performance computing, grid, cluster, ERP, SAP R/3, SAP NetWeaver, and many more.

BTQueue 0.1.0 424

Wow! BTQueue 0.1.0 seems to be the most stable version since the 0.0.1 announced. Anyway, there are still lots of bugs waiting for reporting and resolving. Today I would like to announce the official release of BTQueue 0.1.0 424. Below are change log.

  • fixed incorrect error message
  • added escape/unescape in xmlrpc
  • handled error on startup
  • added clear command to clear screen
  • added auto dht

How to create queries for ABAP/4 query

Step for create queries is a necessary process for create ABAP/4 query.

  • Go to transaction SQ01
    img216
  • Input query name that want to create and click img219.
    img218
  • Select infoSet that you want to create ABAP/4 query.
    img226

How to create Function Area for ABAP/4 query

When you create ABAP/4 query in SAP, create the functional area or InfoSets is a necessary process. The infoSets specify view of data. You can create the InfoSets as following:

  • Go to transaction SQ02
    img166
  • Input InfoSet name that want to create and click img167
    img168

How to create User Groups for ABAP/4 Query

When you create ABAP/4 query in SAP, assigning the user group is a necessary process. The user group specify who are authorized to use the ABAP/4 query. You can create the user group as following:

  • Go to transaction SQ03
    img158
  • Input user group name that want to create and click img159. System will popup screen for input user group description.
    img160
    In the example, i want to create user group name ’USRGRP1’.

    img161

Step to create ABAP/4 Query

The ABAP/4 query is one method in ’SAP R/3 Report Development Tools’. You can create the simply report by this way. In this way, we have 4 mains steps to create it as following:

  1. Create User Groups
  2. Create InfoSets
  3. Assign user group to infoSet.(You can swap create infoSets as first and create user groups as second.)
  4. Create the query base on the selected infoSet

Incompatibility in Drupal 4.7.0 beta 5

Since I have just upgraded howforge.com to Drupal 4.7.0 beta 5, the common task is to test the functionality of all modules. The first module I found bug is ip2cc module. The symptom is that you will never see all flags. This is because Drupal 4.7.0 beta 5 doesn’t rely on base tag anymore! This is very interesting and exciting feature since Drupal use base tag to simplify path creation for so long. For all module maintainers, they have to call url() function to make sure all URLs are valid. Below is the list of modules I have to patch in Drupal 4.7.0 beta 5. Most of them has problem with CSS.