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

Regarding PO creating with condition record Using Session method

Former Member
0 Likes
341

Hi All,

I am facing the following problem during po creation using BDC session method.

If there is error in any of the record in the PO upload file and if we jump to next record during batch input session, system changes data of previous correct record.

Example u2013 Consider following data

Matl code Matl Description Qty UoM Price

98652565 Floater08 EPS Insert -with sta 15000 EA 171

60890125 INSERT (PACKAGING) Wellpappe T 14000 EA 52.3

65646353 INSERT CASE PACKAGING, univers 10000 EA 56.9

98725563 Shipper-2nd-NA-Bubble TS.1850 9000 EA 213.4

Consider that record 2 (60890125) contain wrong data. If we skip this record and move to next record 65646353, system executes previous correct record (98652565) and changes net price of that record (here its 171) to 56.9. If record 3 is also wrong, it will capture price from record 4 and will put it for record 1.

If anyone know the solution, Please let me know.

Thanks in Advance.

1 REPLY 1
Read only

Former Member
0 Likes
315

Hi Prasad,

You may not be clearing some workarea in the program while looping or while sending data to screens, clear workareas when required.

If you still face the same issue, try posting the code here, lets see, whats the problem is.

Rgds,

Sripal