Application Development 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: 

Update Fields in 'ACC_DOCUMENT03' basic type.

Former Member
0 Kudos

Hello experts,

The XI transfer me the idoc with basic type 'ACC_DOCUMENT03' , i want to change and update some fields in this basic type

How can i d0 this?

Which exist USER-EXIT or Enhancement , that can do this?

I saw all reference that exist to ACC_DOCUMENT03 in this site, but it doesn't help me.

I want with idoc ,because the i doc have a status , and if is feild i can to operate this again.

Any idea ?

Thanks for the help.

Avi.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check for BADI ACC_DOCUMENT....

4 REPLIES 4

Former Member
0 Kudos

Check for BADI ACC_DOCUMENT....

0 Kudos

Hello,

I saw this badi , but it is not help me, i want to read the idoc, make checks and update fields , and after this process

i want to see log of this idoc .

Can help me ?

Avi.

0 Kudos

Just try implementing the BADI... Put a break-point and check if you are getting IDOC number anywhere in the FI header tables of BADI interface.... If you have IDOC number in BADI, then you can get IDOC data from EDID4 table.

0 Kudos

Hello ,

I do this , it is working , i gave the data , but the number of idoc and all details from idoc_status not available in this implementation.

Thanks for the help.

Avi.

Edited by: avi azulay on May 15, 2011 11:32 AM

Edited by: avi azulay on May 15, 2011 4:17 PM