In reports SDCONT01, SDCONT02, SDCONT03, SDORDE01,
SDQUOT01, SDQUOT02, SDQUOT03
you have no option to add user-defined fields to the output table and issue them.
New Include SD_REPO_F0Z1 was added for this.
If the context of the following corrections is not suitable for your system, refer to Note 301356.
1. Add the required fields to structure VBMTV.
Assign the corresponding reference fields.
Use Transaction SM31 to add the new fields for table VBMTV to table T180A.
2. If not available, create INCLUDE SD_REPO_F0Z1 with the following attributes:
Type: I
Status: P
Application: V
Development class: VAR.
3. The source code in the user exits serves as an example how you can make an enhancement.
In the case of the above reports SDCONT01 and others, the instruction looks as follows: ***INCLUDE SD_REPO_F0Z1
FORM MOVE_USERFIELDS USING ZP.
CASE ZP.
WHEN 'GT_VBAK'.
* header
* MOVE GT_VBAK-XXXXX TO POSTAB-ZZXXXXX.
The fields for the other tables, for example, GT_VBAP, should be included correspondingly.
4. Then implement the attached source code corrections.