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

BDC-KP06

Former Member
0 Likes
696

Hi experts,

I'm handling a bdc a bdc for KP06.can anybody help me with field names for version,from & to period,fiscal year,cost center,activity type and cost element.I would also like to know the tables affected by this bdc.

Useful tips will be rewarded.....

regards,

kavitha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
618

For whichever field you need the technical name, press F1 and then in help window click on Technical info. You will see the technical name.

Usually to find correct screen flow, screen elements and screen okcode, SHDB transaction is used. This records the screen flow. USing this you can code for oyur BDC.

Hope this helps.

ashish

4 REPLIES 4
Read only

Former Member
0 Likes
619

For whichever field you need the technical name, press F1 and then in help window click on Technical info. You will see the technical name.

Usually to find correct screen flow, screen elements and screen okcode, SHDB transaction is used. This records the screen flow. USing this you can code for oyur BDC.

Hope this helps.

ashish

Read only

0 Likes
618

Thanks Ashish,

I had done with recording, it has same kkopb-value for several fields, but the field names are different, now i'm confused what i have to use in my codings.

Plz reply me....

regards,

kavitha

Read only

0 Likes
618

Run transaction SHDB and create a Z recording for KP06, it will show you exact field names. Here as structure KPP0B-VALUE is used, you will have to use KPP0B-VALUE(01) for Version, KPP0B-VALUE(02) for From Period and so on.

SHDB will help you to get correct field names.

Check this link for more details -

ashish

Read only

0 Likes
618

dont worry about the field names, you have to record for all the elements and in excel file as well put all the columns of recording.

As BDC see the sequence , you just kept blant those colums which dont have the value in your excel file before upload.

and structure of your excel must meet your internal table.

run the same with tab delimited file .

reward if useful.

Amit Singla