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.

0 comments:

Post a Comment

Your useful comments, suggestions are appreciated.Your comments are moderated.

Followers

Contact Form

Name

Email *

Message *

Web Dynpro ABAP Book

An SAP Consultant

Follow US


Want to Contribute ?

If you are interested in writing about the new stuff you learn everyday while working, please write to the.sap.consultants@gmail.com.

Click on Contribution for more details.