SAP CRM Document header的结构分析

121 阅读1分钟

Created by Jerry Wang, last modified on Jul 05, 2014

Document header contains header level information of a given document:

 

clipboard1

 

 

 

The content of variable MV_LABEL contains the name of database table where the header information is stored.

clipboard2

 

You could get a list of all header level field content by double clicking on MR_VALUE:

clipboard3

 

 

just compare with what you have found in SE16:

 

clipboard4

 

 

The internal table MT_NAMED_VARIABLES contains the content of each header field in a class instance format:

 

clipboard5

 

 

For example double click on DOCMNT_ID:

 

clipboard6

 

 

And then we can lknow the description of this header field DOCMNT_ID, and its content:

 

clipboard7