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

Help..Customer request no generation

Former Member
0 Likes
274

Hi ABAP Developers,

I am doing the small POC (Proof of concept)..What i am doing is..

using dialog programming.. i created screens..it consist of customer name, customer mobile no etc..like this some ten fields are there in the screen. I created the custom table. and now i am able to insert the records.. in the table.. whenever i will give submit its updating successfully in custom table.

<b>Now what i need to do his</b>..if the customer record is updated successfully in the database means..<b>system have to generate one request number from the custom table</b> and then it should immediately pop to customer and the request number must store in to the newly created record. It shows to the customer that, this is your CRN(Customer request number).. <u>How to do this? Please help me to solve this.</u>.

1 REPLY 1
Read only

kostas_tsioubris
Contributor
0 Likes
256

Hi,

maybe you should consider creating a table maintenance screen and when user clicks on submit instead of inserting the records with abap commands call a bdc using transaction SM30. This way it will popup the request number dialog.

Kostas