ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

SAP table and field search technique

Print This Post Email This Post Written by admin on Feb 3rd, 2008 | Filed under: Tips & Tricks

You want to create an ABAP query or ABAP report using fields that you can find on transaction
screens, but you don’t know where the data are stored. This paper describes some techniques you can use to find
the data. Some fields may still resist these techniques; there are certainly more ways yet to chase them down.
Thanks to the many SAP consultants and others who contributed to these strategies.

Download the PDF here

Share

If you like this post, you may as well like these too:

  1. Search Results ...
  2. ABAP Programs: Filling an internal table from a database table REPORT ZSOURCE1203.* Work area for a database tableTABLES CUSTOMERS.* Defining an internal table with header lineDATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER LINE.* Filling the internal table (previous content...
  3. Steps for doing a Sting Search in ABAP Here is the link:http://fuller.mit.edu/tech/search_in_abap_progs.doc...
  4. Difference Between Elementary and Collective Search Help An Elementary Search help defines the flow of a standard input help. It is composed of a selection method that defines where to get the data that will make up...
  5. Add Fields to SAP Table An Append Structure or a customizing include can be used to add fields to the Table. Append structures are created by adding fields to the end of a table while...
  6. Create Field Help Control To Create Field help control as a reusable BSP Extension Element. Although the finished solution is rather complex internally (like any generic object usually is), This will make sure that...
  7. Creating a table in SAP ABAP Here are the steps required to create a table in SAP ABAP. Step 1: Go to transaction SE11 and input a table name. Step 2: In the Dictionary menu:Select the...



Leave a Reply