Friday, December 24, 2010
ABAP - DO VARYING - UNICODE programming. Please check the sample program
REPORT ztest_program. TABLES:pernr. INFOTYPES: 0041. DATA: BEGIN OF wa_dates, dar01 TYPE p0041-dar01, dat01 TYPE p0041-dat01, END OF wa_dates. SELECT-OPTIONS:s_date FOR p0041-dat01. GET pernr. rp_provide_from_last p0041 space pn-begda pn-endda. DO 12 TIMES VARYING wa_dates-dar01 FROM p0041-dar01 NEXT p0041-dar02 VARYING wa_dates-dat01 FROM p0041-dat01 NEXT p0041-dat02. IF wa_dates-dat01 IS INITIAL. EXIT. ELSEIF wa_dates-dat01 IN s_date. WRITE: / wa_dates-dat01, wa_dates-dar01. ENDIF. ENDDO.
Followers
Popular Posts
- ABAP - ALV Report example with steps
- ABAP - Step by step tutorial on Smart Forms - Template Node
- ABAP - Sending email with pdf attachment
- SAP Adobe Form - Steps to create simple ADOBE Form and calling it from ABAP Program
- SAP ABAP - CL_ABAP_CHAR_UTILITIES class usage
- ABAP - Multiple value selection from F4 help for SELECT-OPTIONS
- Execute ABAP Report using SUBMIT statement
- ABAP - Select all or Deselect all in ALV or Check box handling in ALV
- Web Dynpro ABAP ALV - ON_CLICK event
- ABAP - Dynamic WHERE clause
0 comments:
Post a Comment
Your useful comments, suggestions are appreciated.Your comments are moderated.