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 Name | Description | Visability |
| CREATE_FILES | Create file using API | Public |
| CALL METHOD /bsnagt/cl_file_pickup=>CREATE_FILES...more details | ||
| DETERMINE_HEADER_FIELDS | Determine Header Fields | Public |
| CALL METHOD /bsnagt/cl_file_pickup=>DETERMINE_HEADER_FIELDS...more details | ||
| GET_APPL_MSG | Catch system message to application log | Protected |
| CALL METHOD /bsnagt/cl_file_pickup=>GET_APPL_MSG...more details | ||
| GET_BAPIRET2 | Catch system message to BAPIRET2 | Public |
| CALL METHOD /bsnagt/cl_file_pickup=>GET_BAPIRET2...more details | ||
| GET_DIRLIST | OBSOLETE - Get file list in file directory | Public |
| CALL METHOD /bsnagt/cl_file_pickup=>GET_DIRLIST...more details | ||
| GET_DIR_LIST | Get file list in file directory | Public |
| CALL METHOD /bsnagt/cl_file_pickup=>GET_DIR_LIST...more details | ||
|
| ||
| MAP_APP_MSG | Map message to application log | Public |
| CALL METHOD /bsnagt/cl_file_pickup=>MAP_APP_MSG...more details | ||
| MOVE_FILES | Move file to target logical directory if required | Public |
| CALL METHOD /bsnagt/cl_file_pickup=>MOVE_FILES...more details | ||
| PICKUP_FILES | Pick up file from logical directory | Public |
| CALL METHOD /bsnagt/cl_file_pickup=>PICKUP_FILES...more details | ||
| SAVE_LOG | Save application log | Public |
| CALL METHOD /bsnagt/cl_file_pickup=>SAVE_LOG...more details | ||
| SEND_FILES | Send file using sending report | Public |
| 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