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

Park Document uploading through F-65 using BDC error

Former Member
0 Likes
608

Hi Experts,

Park Document uploading through t code F-65 using BDC mode E.

Problem is raised after implemtation of SAP Note 1707358.

Include: LF040F00

After SAP Note.

FI_VALIDATION_ITEM FM displaying error message of first line item directly, so the screen is displaying with error message, when we click enter the second successful line item replacing on first error line item because it’s running through BDC. That’s why error line items deleted.

Before SAP Note.

FI_VALIDATION_ITEM FM it will return exceptions and subroutine
COLLECT_AUTTAB is collected messages.

All Line items execution then only it will
display message because it is running through BDC. So it’s working well.

Hi Experts,

Park Document uploading through t code F-65 using BDC mode E.

Problem is raised after implemtation of SAP Note 1707358.

Include: LF040F00

After SAP Note.

FI_VALIDATION_ITEM FM displaying error message of first line item directly, so the screen is displaying with error message, when we click enter the second successful line item replacing on first error line item because it’s running through BDC. That’s why error line items deleted.

Before SAP Note.

FI_VALIDATION_ITEM FM it will return exceptions and subroutine
COLLECT_AUTTAB is collected messages.

All Line items execution then only it will
display message because it is running through BDC. So it’s working well.

1 REPLY 1
Read only

Former Member
0 Likes
546

How can i correct SAP Note 1707358.