Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

Background

In Solution Manager, documents are stored in hierarchical way. There are some standard transactions to find the documents from solution manager. E.g. SOLAR03, SOLAR_EVAL. But when there is need of custom reporting we need to use classes, tables and Function Modules. The documentation is not easily available for technical help on this topic.

Solution Description

Developer can use below Tables, Classes and Function Modules while working on development in SOLMAN for Project Management.   

Tables:

  1. SA01PHIO : 

      SOLAR: Instances of Physical Info Objects

  1. SA01LOIO : 

      SOLAR: Instances of Logical Info Objects

  1. SA01PHPR :

      SOLAR: Attributes of Physical Info Objects

  1. SA01LOPR :

      SOLAR: Attributes of Logical Info Objects

  1. TOBJECTP :

      Objects assigned to a project

FMs:

  1. SASAP_HIERARCHY_READ :
    1. Use this FM with project tree id got from table TOBJECTP, language and all other importing parameters set to ‘X’ is required.

USE: Getting project hierarchy with node texts and objects/ logical ids assigned to particular folder/node.

  1. SIW_PROPS_VALUES_GET
    1. Use with importing parameter s property value and Logical class and language

USE: Getting properties default values for class FM exist.

  1. INFO_OBJECTS_PROPERTIES_GET
    1. Use with table of logical ids and context

USE: Getting logical ids properties FM exist,

Classes and methods:

  1. “CL_SOLAR_DOCUMENTS” is the class which allows to read, change individual logical ids properties
    1. Method “GET_DOCUMENT” gives reference for given document of type “IF_SA_DOC”
    2. Method “SET_STATUS”
    3. Method “SAVE”.
1 Comment
Labels in this area