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: 

Insert a filed in Material price list reprot

former_member381412
Participant
0 Kudos
Hello SAP Guru,
We have developed a rerpot in Material Pirce list. we have face a data in CK11N tcode
my repot is working fine but i want to one field inser in error log. how to possible
please check my report and give me solution.if its possible then share a Table and field
in CK11N Error Text Field
Please check my screen shot.
Regards,
Richa
1 ACCEPTED SOLUTION

former_member187748
Active Contributor
0 Kudos

Hi Richa,

please elaborate your queries, as far as i consern, you wants to add one more field in your report

if yes, then plesae revert, and what is the field name.

11 REPLIES 11

former_member187748
Active Contributor
0 Kudos

Hi Richa,

please elaborate your queries, as far as i consern, you wants to add one more field in your report

if yes, then plesae revert, and what is the field name.

0 Kudos

Dear Sanjeev,

Thanks for the Response.

Yes i want to insert a one field. field name is error log.

if CK11N showing any error log then show my report a error log other wise field is showing blank.

please give me table name in error log field in ck11n Tcode.

0 Kudos

Hi Richa,

please check this table, you will get

your error log

KALF                           Costing Run: Error Log Header  


But, i think you have to do it in a different way,

For storing your error message in your report, create a variable of type

string, and use any BAPI, or any function module to raed the error

and then, show it,


0 Kudos

Hi Richa,

What is the purpose of your report? Is it some data load activity? If yes, then which Conversion technique are you using?

BR.

0 Kudos

Dear Ankit,

My Report is Material Price List. but i have one issue.

As per my Requirement We have developed a report in Cost Estimate (CK11N) . I want to insert a one more filed (Field Name  Error Log) but i don't No Which table pickup a data. Error Log please Help.

Please give me a table name in CK11N Header Error log .

0 Kudos

Hi Richa,

sorry for late because scn was down, you can go to txn. CK11N,

form where Press SHIFT+F8,

you will get error log.

Go to its field, press F1, it will give you field and table name of errors generated.

But i will sujjest you to use BAPI to get your error message details.

0 Kudos

Hi Richa,

I am not familiar with material prices but what i have understood is that in your custom object you are fetching data from some standard tables and displaying it. Can you please show which error message you want to display.

As sugg.. by Sanjeev, if the message appears as status in bottom, double click it on the shown button -

Disclaimer, its just a guess. I can help only once you show the which message you want to pull up.

BR.

0 Kudos

Dear Sanjev / Ankit,

Thanks for the Response..

Please check below screen . I want to Show my report Error Status field..i am not getting a table.

0 Kudos

Hi Richa,

as i have sujjested, please follow it, you will have to show the error text, if i'm not wrong

Please see this

then please go to any Message text, Press F1, you will find the text fields, and table name as shown below

But i don't think, this is a conventional way, so i am sujjesting you to find any suitable BAPI or FM for use.

Former Member
0 Kudos

Hi Richa,

I guess you want to add the field in error log of CK11n transaction!

I think in this context below ( which field you want to add)

If this is the case you need to debug the program in below place will get some solution!

Rg, Kiran

Former Member
0 Kudos

hi richa ,

i m agree with sanjeev reply find any bapi or which is store error message.

try this fm

BAPI_COSTESTIMATE_GETDETAIL - Determine detailed information for a cost estimate

BAPI_COSTESTIMATE_GETEXPLOSION - Determine BOM Explosion for a Cost Estimate

BAPI_COSTESTIMATE_GETLIST - Determine cost estimate lists

BAPI_COSTESTIMATE_ITEMIZATION - Determine itemization for a cost estimate