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

problem in multiple item for change document objects

Former Member
0 Likes
452

hi gurus,

I have created change document object in tcode SCDO . It had giveN function module /TMW/CHG_OBJ1_WRITE_DOCUMENT.

CDPOS AND CDHDR tables are updated with changed data. now i am trying to display all old and new data in se38 program.

here my problem is when ever i changed multiple item data , my program showing first item details only . I need to show all item data when ever i changed parallel . please help me where is my problem .

thank you

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
295

I think this is issue with function module generated thru SCDO Please check in your function module inside that the following function modules are used

CALL FUNCTION 'CHANGEDOCUMENT_OPEN'

CALL FUNCTION 'CHANGEDOCUMENT_MULTIPLE_CASE'

CALL FUNCTION 'CHANGEDOCUMENT_CLOSE'

if not then there may be issue with SCDO

a®