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

Displaying Changes to IBAN

Former Member
0 Likes
1,129

Hi All,

We have a requirement of displaying changes to IBAN(International banking number ) of a vendor. We need to display the old value as well the new one.We are following :

1.Getting details from CDHDR for Change doc object = ‘KRED’ and

Date = ‘input date’ and

Transaction = ‘XK02’ or ‘FK02’.

2.For these details we are going to CDPOS to get old and new value.

The problem is old and new value are not getting updated.Is the way we are following correct?.

Any pointers are highly appreciated.

This is very urgent.

Regards,

Rajahsree

Hi All,

We have a requirement of displaying changes to IBAN(International banking number ) of a vendor. We need to display the old value as well the new one.We are following :

1.Getting details from CDHDR for Change doc object = ‘KRED’ and

Date = ‘input date’ and

Transaction = ‘XK02’ or ‘FK02’.

2.For these details we are going to CDPOS to get old and new value.

The problem is old and new value are not getting updated.Is the way we are following correct?.

Any pointers are highly appreciated.

This is very urgent.

Regards,

Rajahsree

2 REPLIES 2
Read only

Former Member
0 Likes
641

Hi

The approach looks OK

How can you say that the OLD and NEW values are not updated in Table

Since they are Long length fields they can't appear in SE16

fetch the values into int table and do offset of length 20 and display in the program it will come.

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
641

hi,

We are getting it into internal table but it's failing.When we see in se16 for the given vendor we find update dvalues how can we ensure tehse values would be read into internal table.

regards,

Rajashree