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: 

creating bdc for transaction f-02 ?

Former Member
0 Kudos

Hi People,

I am going a bdc for transaction f-02 ..... my template involves 7 posting keys ( 40 50 31 01 29 09 70 ) ... depending up

on the posting key the next screen will change .......... can you people tel me how to do this and what are all the logic

involved in this program ?

thanks u all in advance.

Siva

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Please use the following format for your upload file template

DocDate1 ComCd1 Currency1 pstky1

DocDate1 ComCd1 Currency1 pstky2

DocDate1 ComCd1 Currency1 pstky3

DocDate2 ComCd2 Currency2 pstky1

DocDate2 ComCd2 Currency2 pstky2

Then use the following logic.

At New Currency1

add the header data

DocDate1 ComCd1 Currency1

Thus this code will run only once for every new Header

and remain in the screen till posting key are entered.

Regards,

Lokesh

Edited by: Lokesh Tibbani on Sep 5, 2008 12:17 PM

1 REPLY 1

Former Member
0 Kudos

Hi,

Please use the following format for your upload file template

DocDate1 ComCd1 Currency1 pstky1

DocDate1 ComCd1 Currency1 pstky2

DocDate1 ComCd1 Currency1 pstky3

DocDate2 ComCd2 Currency2 pstky1

DocDate2 ComCd2 Currency2 pstky2

Then use the following logic.

At New Currency1

add the header data

DocDate1 ComCd1 Currency1

Thus this code will run only once for every new Header

and remain in the screen till posting key are entered.

Regards,

Lokesh

Edited by: Lokesh Tibbani on Sep 5, 2008 12:17 PM