Start of Content Area

Function documentation BI_PERSISTENT~LPOR Method  Locate the document in its SAP Library structure

Use

The BI_PERSISTENT~LPOR method is the counterpart to the BI_PERSISTENT~FIND_BY_LPOR method. It provides the persistent display for an existing instance of an ABAP object.

Features

The method returns the persistent display of an object reference as a SIBFLPOR type structure (SIBFLPOR Structure Components).

There are also several ways of implementing this method in this case. There is an implementation example in the CL_SWF_FORMABSENC demo class.

Note

There is a close relationship between the BI_PERSISTENT~FIND_BY_LPOR method and the BI_PERSISTENT~LPOR method. If you call the BI_PERSISTENT~FIND_BY_LPOR method first and then the BI_PERSISTENT~LPOR method, the BI_PERSISTENT~LPORmethod must return the same value as was previously used to call the BI_PERSISTENT~FIND_BY_LPOR method.

 

End of Content Area