Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Modify standard include of Custom Function Group

Former Member
0 Likes
1,274

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,041

Hi,

IF the table is deleted, then goto SE80 & delete the corresponding function group as well.

Best regards,

Prashant

Read only

0 Likes
1,041

Hi,

I can not delete function group because There are another View and I need it.

regards

Read only

Former Member
0 Likes
1,041

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>

Read only

0 Likes
1,041

I need to change this include because it not compile and I need to compile it.

Read only

Former Member
0 Likes
1,041

Hi,

Please try to delete the Table Maintenance Generator and create it again...

Regards,

Goutham.

Read only

0 Likes
1,041

The Table maintenance Generator (view) and the orgininal table are deleted.

Regards

Read only

0 Likes
1,041

Hi,

Did you find a solution ???

Regards