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

DEBMAS - ALE

Former Member
0 Likes
328

We are transferring Debmas from test system to production system. But the problem is numbering range of customer. We want following scenario: if number (customer)already exists in production we don’t want it to be updated via Debmas, but we want a new customer to be created with new number. Any suggestions?

We are transferring Debmas from test system to production system. But the problem is numbering range of customer. We want following scenario: if number (customer)already exists in production we don’t want it to be updated via Debmas, but we want a new customer to be created with new number. Any suggestions?

1 REPLY 1
Read only

Former Member
0 Likes
290

in the inbound FM that processes your Idoc should exist a user exit.

use that to check to see if that customer exists. if so, assign it a new number.