2007 Nov 30 6:54 AM
Hi all,
Can any one say the table name which has a field (MATXT),data element is CO_MATXT or the name of the table which has a field (MAKTX),data element is CO_MAKTX.
I have searched in se15,no tables showing the field with same data element.
Thanks in advance,
2007 Nov 30 8:49 AM
Hi,
the combination field MATXT and data element CO_MATXT is not used in any table.
You can find the list of structure in the system which are using this combination.
Regards,
Mandeep
Hi all,
Can any one say the table name which has a field (MATXT),data element is CO_MATXT or the name of the table which has a field (MAKTX),data element is CO_MAKTX.
I have searched in se15,no tables showing the field with same data element.
Thanks in advance,
2007 Nov 30 8:49 AM
Hi,
the combination field MATXT and data element CO_MATXT is not used in any table.
You can find the list of structure in the system which are using this combination.
Regards,
Mandeep
2007 Nov 30 9:56 AM
yeah mandeep,
i know,the stucture CAUFVD has MATXT,my need is to fetch that field into my smartform,for that i need atleast the table for MAKTX with a data element of CO_MAKTX.
MAKT has no dataelement of CO_MAKTX for MAKTX.
kindly give me a way..,
2007 Nov 30 10:07 AM
Hi Saravanan,
It is not required to have the data element as CO_MAKTX to fetch MAKTX data, That is just a Material Description field. You can directly get it from MAKT table and pass it to the smartform.
Regards,
Satish
2007 Nov 30 10:18 AM
Hi Saravanan,
The data element should not be an issue here. You can directly pass the field MAKTX to the smartform.
2007 Nov 30 10:55 AM
Hi all,
I have already used MAKTX for component description in one column,and i tend to fetch a field for 'material description' which has same field name but different value as per our PP consultant.
i'm doing a own new smartform for BOUGHT OUT ISSUE VOUCHER,for that the data's must be as in t-code CO03.
The table i'm searching for MAKTX belongs to T-CODE CO03 -MATERIAL DESCRIPTION VALUE .
Thank you all.
2007 Dec 02 8:43 AM
Saravanan,
U need to pass <b>MAKT-MAKTX</b> only..
Just check the below code..
Program Name SAPLCOKO1 - Include LCOKO1F0I,
Line no 235.. they are assigning MAKT-MAKTX value to CAUFVD-MATX.
This value only appearing in CO03 transaction code Material description (CAUFVD-MAKTX)
Regards,
Maha
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |