‎2007 Oct 22 6:38 AM
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
‎2007 Oct 22 6:46 AM
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
‎2007 Oct 22 6:46 AM
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
‎2007 Oct 22 6:55 AM
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
‎2007 Oct 22 6:59 AM
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
‎2007 Oct 22 7:06 AM
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