Shared Top Border

Enterprise Resource
Planning Portal

 

Advertise | Founder BLOG

ERPGenie.COM ABAP Tips and Tricks Database

THE ultimate
ERP website

 

Forums | Vote for us |

Google    Other Search Options

Home arrow Sample Code arrow ABAP Reports arrow Popup selection to get a filename
Popup selection to get a filename PDF Print E-mail
User Rating: / 1
PoorBest 
Written by Kevin Wilson   
Monday, 12 February 2007

* See program RSSPO410 for examples of this FM

DATA: returncode    LIKE sy-subrc,

      filestring    TYPE string.

 

DATA: BEGIN OF fields OCCURS 2.

        INCLUDE STRUCTURE sval.

DATA: END OF fields.

 

      CLEAR fields.

      fields-tabname     = 'RLGRAP'.

      fields-fieldname   = 'FILENAME'.

      fields-value       = 'C:\TEST.XLS'.

      fields-field_attr  = '00'.

      APPEND fields.

 

  CALL FUNCTION 'POPUP_GET_VALUES'

       EXPORTING

            POPUP_TITLE     = TEXT-026

       IMPORTING

            RETURNCODE      = RETURNCODE

       TABLES

            FIELDS          = fields

       EXCEPTIONS

            ERROR_IN_FIELDS = 1

            OTHERS          = 2.

  CHECK RETURNCODE EQ SPACE.

  filestring = fields-value.


Related Items:

Last Updated ( Monday, 12 February 2007 )
 
< Prev   Next >

Google Search

Google Ads

Shared Bottom Border

Contact Us | Polls | Add URL | Contribute | Privacy | Terms | Feedback

Discussion Forum | BLOG | Consultants: Post your resume | Companies: Advertise on ERPGenie.COM | Post Job
Financials Consultant | Consultant Review | Gallia Consulting | Supply Chain Project | SAP Financials Forum
GenieHoldings.COM, Inc. | Genie Press | WorkflowGenie | ESAGenie | ERPTopSites | ABAP Tips and Tricks | SAP Solutions Database

EDIGenie | Searching Survivor