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: 

upload program showing problem " update error"

Former Member
0 Kudos

Hi,

I am working with one excuteble upload programin this one i used function module

CALL FUNCTION 'RV_KONDITION_SICHERN_V13A'

EXPORTING

CHANGE_DOCS_WRITE = 'X'

USE_OUTBOUND_CALL = 'X'

TABLES

db_time = db_time

db_xkonh = db_xkonh

db_xkonp = db_xkonp

db_xstaf = db_xstaf

db_ykonh = db_ykonh

db_ykonp = db_ykonp

db_xkondat = db_xkondat

db_ykondat = db_ykondat.

  • DB_YSTAF = db_ystaf

  • DB_XVAKE = db_xvake.

it is working good in development and test system,

But not working in production system and shows error while control enters into above function module.

error: update error kn202..

plz give me the solution ASAP...

Regds

ranadheer

1 REPLY 1

former_member589029
Active Contributor
0 Kudos

This looks more like some config missing in Live. You might want to have a functional consultant to check the condition records in Live.

Is this just triggering an update termination or do you also get a dump? Could you add more details on the exact error?

You can also debug that function module and check what exactly causes this update termination. (You need to switch on update debugging before you can do so).

Hope that helps,

Michael