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

Update VBRK append structure field

Former Member
0 Likes
1,329

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

5 REPLIES 5
Read only

Former Member
0 Likes
1,020

Hi

But which bill you need to update: the bill or the cancellation?

Max

Read only

Former Member
0 Likes
1,020

Hi,

Can you please explain this more.

Why are you calling another program?

With Regards,

Sumodh.P

Read only

0 Likes
1,020

In the user exit, i am calling the program. Once the flow comes back to user exit. The value got disappeared in the table

Read only

0 Likes
1,020

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

Read only

Former Member
0 Likes
1,020

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.