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

FB60 -data upload issue

Former Member
0 Likes
770

Hi All,

My requirement is posting the invoice document through FB60 transaction code

I am using BDC call transaction.

My problem is how to handle the page down and insert the new records..?

Because in my system while recording the transaction it is showing 4 lines only in table control

While debugging the program it is showing 8 line items

Thatu2019s why I am unable to put the condition like:::

if count GE 8

PERFORM bdc_field USING 'BDC_OKCODE' '=p+u2019.

endif.

Can you please suggest me? How can I insert all line items without any intervention?

In the initial my program is working fine for below 4 line items .

If I run the program it is taking all 400 line items but at the last it is saying item 285 must be corrected, if I go to the 285 line in debugging mode some field value is missing

But in internal table it has the value and also remaining lines contains the same value.

Here what is the problem to unhold the field value..

Please suggest me what I have to do?

Thanks in advance

Jaya.G

1 REPLY 1
Read only

Former Member
0 Likes
373

FB60 is an EnjoySAP transaction and not well suited to batch input. It would be better to use a BAPI or standard SAP program RFBIBL00. If need be, you could use FB01 in batch input.

Rob