2011 Jan 11 10:16 AM
Hi,
I have added append structure field in VBRK.
While doing billing cancellation, i have to update a value in this field for the billing number.
I have coded this in a user exit.
I ve called another program and written coding for updation. DB_UPDATE_TABLE FM used for updation.
The value is getting updated in the table. But once it came to the user exit, the value of the field is gone from the table.
What could cause this issue?
Thanks in advance.
Ezhil
Hi,
I have added append structure field in VBRK.
While doing billing cancellation, i have to update a value in this field for the billing number.
I have coded this in a user exit.
I ve called another program and written coding for updation. DB_UPDATE_TABLE FM used for updation.
The value is getting updated in the table. But once it came to the user exit, the value of the field is gone from the table.
What could cause this issue?
Thanks in advance.
Ezhil
2011 Jan 11 10:24 AM
Hi
But which bill you need to update: the bill or the cancellation?
Max
2011 Jan 11 10:27 AM
Hi,
Can you please explain this more.
Why are you calling another program?
With Regards,
Sumodh.P
2011 Jan 11 10:30 AM
In the user exit, i am calling the program. Once the flow comes back to user exit. The value got disappeared in the table
2011 Jan 11 10:34 AM
Hi,
1. Please check in the program that are you clearing the internal table any where ?
2. If you are using the submit statement you can use with return statement .
3. Other Export that internal table to memory inside the program and import that same internal table in the user exit.
Hope this might helps you to solve your problem.
With Regards,
Sumodh.P
2011 Jan 11 10:43 AM
Are the program and user exit in the same package? Do you have any PARAMETER-ID for that field. If yes, then SET the value in parameter ID.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |