Application Development 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: 

FM required to maintain Z-table...

former_member541575
Participant
0 Kudos

Hi

there is a table ZVXXEXTDELNUM(Description: Exrternal delivery No Assignment table).

i don't want to maintain values in this table further.

so i want do some change the program which use this table or do some other thing so that ,no further entries will maintain in the ZVXXEXTDELNUM table.

regards

Atul

Edited by: Julius Bussche on Jan 16, 2009 5:03 PM

*Subject title improved, but not the question... *

6 REPLIES 6

Former Member
0 Kudos

Hi,

Write program to delete entries from this table.

Regards

Md.MahaboobKhan

Former Member
0 Kudos

Hi,

Write a report program into se38.

fetch all the records and modify the table after deleting the records.

Hope it will work

Regards

Rajesh Kumar

GauthamV
Active Contributor
0 Kudos

hi,

Remove the table mainteanence genarator by which if you are updating the table

or check by where used list for that table and find the progra updating it and change

according to your requirement.

sujeet2918
Active Contributor
0 Kudos

Hello Mishra,

Just check your current program which are using this table.

and see the logic where your program is updating this table.

just change that code or remove and add your diff table (if you want).

Have a Nice Day,

Regards,

Sujeet Mishra

SuhaSaha
Advisor
Advisor
0 Kudos

Hello Atul,

i don't want to maintain values in this table further.

so i want do some change the program which use this table or do some other thing so that ,no further entries will maintain in the ZVXXEXTDELNUM table

Do you want to delete the existing records in this table?

--> How do you maintain this table - user inputs data / through custom code?

User inputs data

If you have a Table Maintenance Generator(TMG) defined for this table, then delete it. You will not be able to enter any further data

Through Custom Code

In your code, comment the line where you are updating the data to the Z-table, simple )

If any other scenario, let us know.

BR,

Suhas

former_member217316
Contributor
0 Kudos

Hi Atul

Just do a where used for this table. In one of the programs it must be updating the same. Just change that part of the code at the place where you think its itab (which at that time has all the values of the database Table) has all the values. DELETE those entries and MODIFY the database table.

Hope it helps.

Regards

Harsh