Monday, December 20, 2010
Function modules used
- SO_SPLIT_FILE_AND_PATH
- TRINT_SPLIT_FILE_AND_PATH
- PC_SPLIT_COMPLETE_FILENAME
REPORT ztest_notepad. DATA: file_name LIKE rlgrap-filename, file_path LIKE rlgrap-filename. CALL FUNCTION 'SO_SPLIT_FILE_AND_PATH' EXPORTING full_name = 'C:\venkat.doc' IMPORTING stripped_name = file_name file_path = file_path. WRITE:/ file_name, file_path.
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.