on ‎2023 Nov 30 1:20 PM
Hello Community,
I have created a layout cr for SAP B1 hana unapproved draft documents. with draft docnum & date parameter.
what i want is, when a user preview the layout by entering docnum & date in parameters, i need to store that docnum & date in sap and make a report of it that what document number user has previewd and on what date.
how i can achieve it ? with temp table or sap or else ??
BR,
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
You would have to create a stored procedure that you would call to get the data for your report instead of connecting directly to HANA tables or views. Within the stored procedure you can update data, which you can't do any other way from Crystal.
-Dell
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Some points to add to Dell's answer:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 35 | |
| 26 | |
| 21 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.