SAP /BSNAGT/CL_FILE_PICKUP OO Class - Class for Pick-up Report









/BSNAGT/CL_FILE_PICKUP is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /BSNAGT/CL_FILE_PICKUP including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of /BSNAGT/CL_FILE_PICKUP SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
CREATE_FILESCreate file using APIPublic
CALL METHOD /bsnagt/cl_file_pickup=>CREATE_FILES...more details

DETERMINE_HEADER_FIELDSDetermine Header FieldsPublic
CALL METHOD /bsnagt/cl_file_pickup=>DETERMINE_HEADER_FIELDS...more details

GET_APPL_MSGCatch system message to application logProtected
CALL METHOD /bsnagt/cl_file_pickup=>GET_APPL_MSG...more details

GET_BAPIRET2Catch system message to BAPIRET2Public
CALL METHOD /bsnagt/cl_file_pickup=>GET_BAPIRET2...more details

GET_DIRLISTOBSOLETE - Get file list in file directoryPublic
CALL METHOD /bsnagt/cl_file_pickup=>GET_DIRLIST...more details

GET_DIR_LISTGet file list in file directoryPublic
CALL METHOD /bsnagt/cl_file_pickup=>GET_DIR_LIST...more details

MAP_APP_MSGMap message to application logPublic
CALL METHOD /bsnagt/cl_file_pickup=>MAP_APP_MSG...more details

MOVE_FILESMove file to target logical directory if requiredPublic
CALL METHOD /bsnagt/cl_file_pickup=>MOVE_FILES...more details

PICKUP_FILESPick up file from logical directoryPublic
CALL METHOD /bsnagt/cl_file_pickup=>PICKUP_FILES...more details

SAVE_LOGSave application logPublic
CALL METHOD /bsnagt/cl_file_pickup=>SAVE_LOG...more details

SEND_FILESSend file using sending reportPublic
CALL METHOD /bsnagt/cl_file_pickup=>SEND_FILES...more details




Links to Related Class(s)

/BSNAGT/...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!