2007 Aug 17 9:40 AM
hi i have a field from the structure
table name is: kkbcs_out
and field name is SOLLKOST_G
but this is a structure
i want to use the sam field in my report
can somebody tell me how to find that fields or can any body provide help
plz its very urgent
its short description is total target cost
hi i have a field from the structure
table name is: kkbcs_out
and field name is SOLLKOST_G
but this is a structure
i want to use the sam field in my report
can somebody tell me how to find that fields or can any body provide help
plz its very urgent
its short description is total target cost
2007 Aug 17 9:43 AM
Hi..
You can find the Table names based on the Field Names using Tcode SE15.
Go to SE15.
Select DDIC->Fields ->Table fields in the Navigation.
Enter Your Field Name and Execute. It will display the Table(s)
<b>Reward if Helpful</b>
2007 Aug 17 9:46 AM
2007 Aug 17 9:47 AM
2007 Aug 17 9:48 AM
2007 Aug 17 10:01 AM
2007 Aug 17 9:45 AM
Hi,
You can declare a field in your program with the same datatype as the field SOLLKOST_G in table kkbcs_out.
<b>data: lv_sollkost type (datatype of the field).</b>
If you want an internal table of the same structure type, you can declare
<b>data: itab type standard table of kkbcs_out.</b>
<i><b>Reward points for useful answers.</b></i>
Best Regards,
Ram.
2007 Aug 17 9:55 AM
Hi,
First of all please mention what is your purpose of using this as it can be used for a number of purposes and the solution depends on it.
Because if you just want to use the data type of that field,then you can use it anyways be it a structure or a table.
But if you want to fetch some data from the structure KKBCS_OUT,then you will have to find out where it is getting populated as the structures are populated at runtime only.
The other way of finding the reference table is to double click on the Data type of the field SOLLKOST_G which is KKB_SOLLKOST_G ,then again double click on the Domain name and then go to the Value Range tab and at the bottom, Value table has the table name in it.
Answer my question and I might be able to help you.
Regards,
Puneet Jhari.
2007 Aug 17 10:06 AM
@puneet
hi i hav run a transaction co03 on production
then production order is displayed
here for one pro order i in goto menu---cost analysis
here i get a grid
and it has some fields
like
cost elemnet cost element text total target cost total actual cost
so i need the tables and fields related to it
if u provide help
i wil be very thankful to u
plz help
2007 Aug 17 10:14 AM
2007 Aug 17 10:48 AM
i m getting the fields
but they are present in the structures
please help
2007 Aug 17 9:59 AM
The Reference table is TCURC.
The steps to get there is to click on the Currency/Quantity Fields and double click on the Refernec Table KKB_KENNZ and then again double click on the WAERS field in the Component Type and then again double click on WAERS and then click on the Value Range tab and then the Value Table is TCURC.
Regards,
Puneet Jhari.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |