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

Questions about Function AC_DOCUMENT_CREATE

Former Member
0 Likes
1,873

Hi guys , AC_DOCUMENT_CREATE uses a structure called XACCIT , I filled some fields xref3 and posn2 of this structure with my own values using user exit EXIT_SAPLV60B_004 , however when i Check BSEG all the fields are filled except these . I ve put a break point in the function and im sure that the structure XACCIT , XACCCR is full , What im doing wrong ? . thank you very much

.

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
1,230

Hi,

Try to use this structure.. "T_ACCIT_EXT"...also u can check in debug mode afther exit...is there any structre over writing your values..

Regards,

Nagaraj

2 REPLIES 2
Read only

former_member404244
Active Contributor
0 Likes
1,231

Hi,

Try to use this structure.. "T_ACCIT_EXT"...also u can check in debug mode afther exit...is there any structre over writing your values..

Regards,

Nagaraj

Read only

Former Member
0 Likes
1,230

I think the problem is in customizing