Tuesday, March 25, 2014
Logical database PNP field PNPTIMED is used to set default values for the period radio buttons on selection screen at INITIALIZATION event.
Possible values for the field PNPTIMED.
Possible values for the field PNPTIMED.
- D = Today (key date)
- M = Current month
- Y = Current year
- P = To current date
- F = From today (from current date)
INITIALIZATION. pnptimed = 'Y'.
You can also the below code at PBO event of selection screen
AT SELECTION-SCREEN OUTPUT. MOVE: space TO pnptimr1, "Today space TO pnptimr2, "Current Month space TO pnptimr3, "Current Year space TO pnptimr4, "Upto Today space TO pnptimr5, "From Today 'X' TO pnptimr6. "Other period
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.