‎2007 Aug 28 7:52 AM
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>.
‎2007 Aug 28 8:12 AM
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