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: 

Need F-28 Bdc

former_member181995
Active Contributor
0 Kudos

Hi All,

Has anybody have BDC for F-28 t-code?

I need it disparately

Amit..

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I recently made one for f-28. Of course I can't show it, privacy concerns.

But what are you trying to do? In my case I only pay one open item

14 REPLIES 14

Former Member
0 Kudos

Hi Jony,

Why don't you perform a BDC recording of the transaction then and work from that? It's highly likely that if someone else supplies their code (doing your job for you) their system may be configured slightly differently and so it wouldn't work.

Gareth.

0 Kudos

Gareth,

I already done recording and all this stuff but i stuck at page down or table control issues that is the purpose i need.

Amit.

0 Kudos

Hi Jony,

You'd probably get more help then if you asked about the page down and table control issues you have!

Gareth.

0 Kudos

Yes Gareth,

If you have any than please help me on same.

Amit.

Former Member
0 Kudos

I recently made one for f-28. Of course I can't show it, privacy concerns.

But what are you trying to do? In my case I only pay one open item

0 Kudos

Ramiro,

In My case there may be one open item or may be more than one.

so how can i code it into BDC.and i record a recoeding for 2 open items but may be in future there may be 2-3 and more.

can you help me in same?

Amit.

0 Kudos

But what are you trying to do?

In my case I first post an invoice and then go to f-28 and search for that document number

0 Kudos

Same case over side also.

we also first post doc first than check overcharge or undercharge wrt Account.

0 Kudos

You can try ussing the radio button Document number in the right down corner of the first screen you have up to 22 document number to select or a range

And if that is not enough in the open items screen you have a search function to find document numbers You can post an infinite ammoun apparently if you press 'further values'

Edited by: Ramiro Escamilla on Jun 5, 2008 8:44 AM

0 Kudos

Ramiro,

You are very near to my requirement am also selecting the radio button document number from right here am passing the document number one by one from my Excel but the problem is i did recording by choosing two document here so when am passing the document from excel it always automatically populate two document both are replicate with each other.

but am passing one by one document to screen 731 in program SAPMF05A.

Amit.

0 Kudos

Well you need to do a loop then.

RF05A-SEL01 is the place where you put the values, and is separated in several lines

RF05A-SEL01(01)

RF05A-SEL01(02)

RF05A-SEL01(03)

etc...

So, depending on how many documents you have you need to populate it accordingly,

if you have only one document, just 01, if two also (02) etc. You can do this dynamically concatenating those numbers to the name field and then appendig to the bdc table

0 Kudos

Ramiro,

That is what exactly am doing , but problem is when am populate only one record at time by looping one by one but it take two records exactly same replicate each others in next screen and throwing a status message *No batch input data for screen 3100 *.

can you please share me the code or can you please tell me your email so that i can share you my code.

Amit.

0 Kudos

Can't do it, would get spanked.

I think you can post the loop code without any problem, I think that's the reason why is not working, my code uses a single document number, so it will not work for your requirement

0 Kudos

Table control Concept applied.

Amit.