Ansicht
Dokumentation

SEO_GET_CLIF_REMOTE - RFC that reads data of a class

SEO_GET_CLIF_REMOTE - RFC that reads data of a class

RFUMSV00 - Advance Return for Tax on Sales/Purchases   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module is intended to be used by JCo to retrieve metadata of exception classes. Information of the class inheritance hierarchy, implemented interfaces and exception class attributes are provided.

As input, the class name must be specified in parameter "CLASS_KEY". Local classes are not supported.

The boolean flag "INCLUDE_INHERITED_ELEMENTS" indicates if the attributes of the inherited classes should be listed.

The result is provided by following tables parameters:

  • PARENT_CLASSES,,,,,,= lists inherited classes
  • IMPLEMENTED_INTERFACES,,,,= lists implemented interfaces
  • ATTRIBUTES,,,,,,,,= lists all attributes defined in class
  • ANONYMOUS_ATTRIBUTES,,,,= lists all attributes using an anonymous defined type
    ,,,,,,,,,,,, (example:
    ,,,,,,,,,,,,,,data: begin of a1,
      ,,,,,,,,,,,,,,,,attr1 type i,
      ,,,,,,,,,,,,,,          attr2 type i,
      ,,,,,,,,,,,,          end of a1.
    )

Example

Notes

Further information





Parameters

ANONYMOUS_ATTRIBUTES
ATTRIBUTES
CLASS_KEY
IMPLEMENTED_INTERFACES
INCLUDE_INHERITED_ELEMENTS
PARENT_CLASSES

Exceptions

CLASS_NOT_FOUND

Function Group

SEO_REMOTE

PERFORM Short Reference   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 1668 Date: 20240523 Time: 090014     sap01-206 ( 25 ms )