2007 Aug 13 1:05 PM
Hi experts!
I have a include LZFG_VT00 into ZFG Function group.
SAP created this include when I set Table maintenance generator in SE11 for table ZFG_TABLE1.
SAP wrotes this code in include automatic:
----
view related data declarations
generation date: 13.08.2007 at 13:17:25 by user DJLU
view maintenance generator version: #001407#
----
...processing: ZFG_TABLE1......................................
DATA: BEGIN OF STATUS_ZFG_TABLE1 . "state vector
INCLUDE STRUCTURE VIMSTATUS.
DATA: END OF STATUS_ZFG_TABLE1 .
CONTROLS: TCTRL_ZFG_TABLE1
TYPE TABLEVIEW USING SCREEN '0001'.
.........table declarations:.................................
TABLES: *ZFG_TABLE1 .
TABLES: ZFG_TABLE1 .
The problem is:
Table ZFG_TABLE1 is deleted.
View ZFG_TABLE1 is deleted.
But, you can see, include LZFG_VT00 declares ZFG_TABLE1 and I can not change it because is a SAP standard program.
Any suggestions?
A lot of thanks in advance.
Regards.
djlu
Hi experts!
I have a include LZFG_VT00 into ZFG Function group.
SAP created this include when I set Table maintenance generator in SE11 for table ZFG_TABLE1.
SAP wrotes this code in include automatic:
----
view related data declarations
generation date: 13.08.2007 at 13:17:25 by user DJLU
view maintenance generator version: #001407#
----
...processing: ZFG_TABLE1......................................
DATA: BEGIN OF STATUS_ZFG_TABLE1 . "state vector
INCLUDE STRUCTURE VIMSTATUS.
DATA: END OF STATUS_ZFG_TABLE1 .
CONTROLS: TCTRL_ZFG_TABLE1
TYPE TABLEVIEW USING SCREEN '0001'.
.........table declarations:.................................
TABLES: *ZFG_TABLE1 .
TABLES: ZFG_TABLE1 .
The problem is:
Table ZFG_TABLE1 is deleted.
View ZFG_TABLE1 is deleted.
But, you can see, include LZFG_VT00 declares ZFG_TABLE1 and I can not change it because is a SAP standard program.
Any suggestions?
A lot of thanks in advance.
Regards.
djlu
2007 Aug 13 1:24 PM
Hi,
IF the table is deleted, then goto SE80 & delete the corresponding function group as well.
Best regards,
Prashant
2007 Aug 13 1:52 PM
Hi,
I can not delete function group because There are another View and I need it.
regards
2007 Aug 13 1:24 PM
i hope you can copy this include as a new z include and do the changes u need and use it...
<b>Give points if useful.</b>
2007 Aug 13 1:53 PM
I need to change this include because it not compile and I need to compile it.
2007 Aug 13 1:27 PM
Hi,
Please try to delete the Table Maintenance Generator and create it again...
Regards,
Goutham.
2007 Aug 13 1:55 PM
The Table maintenance Generator (view) and the orgininal table are deleted.
Regards
2010 Mar 12 2:10 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |