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:

Write output to a window

Print This Post Email This Post Written by admin on Oct 27th, 2007 | Filed under: ABAP Programs

REPORT Z_write_to_WINDOW NO STANDARD PAGE HEADING.

TABLES: LFA1, LFBK.

START-OF-SELECTION.

GET LFA1.
WRITE: / LFA1-NAME1, LFA1-PSTLZ.
HIDE LFA1-LIFNR.

AT LINE-SELECTION.
SELECT * FROM LFA1 WHERE LIFNR = LFA1-LIFNR.
WINDOW STARTING AT 05 10
ENDING AT 50 20.
WRITE: LFA1-ORT01.
ENDSELECT.

Source: Planet sap
———————
ABAPer, mail: abap.community@gmail.com http://www.erpdb.info

Share

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

  1. Write Articles in Three Easy Steps It’s as simple as Microsoft word or Notepad. You can writes posts in three simple steps. Step 1: Login Step 2: Click on Write Step 3: Creating post and submit...
  2. Output Configuration in SD The Output Determination component offers output functions to help manage sales transactions with customers and within an organization. Employees can send and receive output. Output is directly linked to the...



Leave a Reply