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: 

S700 table updation

Former Member
0 Kudos
528

Does anyone have an idea when does S700 table gets updated ??? What is the program used to update S700 table.pls help me out

5 REPLIES 5

Jelena_Perfiljeva
Active Contributor
0 Kudos
235

Looks like it's an info structure, which was defined by this specific customer (at least the number seems to be in the customer number range). Take a look at the transaction MC26 for the update definitions.

0 Kudos
235

Thanks for your reply jelena....The routine(FMCV2827) for updation is defined in this transaction....But ca you help me out how to debugg the routine(FMCV2827) ??

0 Kudos
235

Open routine

write

break-point or break "User name"

0 Kudos
235

Thanks Sailesh....I have done the same already but it doesnt stop there......I guess break point in update routine doesnt works !!!....Any other ideas ??

0 Kudos
235

Try changing the update for S700 to 'Synchronous' (this can be done in OMO1).

If this doesn't work, check your Debugger - there are some settings you can change to debug the updates. I've never had to do this myself but I've heard of it. (You might want to run a search on 'debug update' and such.)