cancel
Showing results for 
Search instead for 
Did you mean: 

Adding new fields to /sapapo/mat1

Former Member
0 Kudos

Hi @ All,

I have a question and I hope, that I put it into the right part of the forum.

I want to add a field into a tabstripe in /sapapo/mat1 (display product). It should show the material pricing group which is, on R/3 site, in the table marc know as "matgr".

Now, what I have done is, to make sure, that the field will be send via CIF to APO. That is working and it will be saved on APO site in the table /sapapo/matloc as a customer specific field. The last step, is, to display it in the product view (/sapapo/mat1).

So how do I implement the field from /sapapo/matloc into these view?

Thanks

Andy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi Andy,

You can find the /SAPAPO/MATKEY entries (ATT01,ATT03 and ATT05) under the tab <b>Attributes</b> ( In the bottom you see a box with the text Additional Data where u can find the fields) and /SAPAPO/MATLOC entries (AT103,AT104 and AT105) under the tab <b>Extra</b> (U can see a box with the text Extra Attributes where u can see the fields).

Note : To make it visible in the product master make sure that the check box for the activation field is marked.

Regards,

Siva.

Former Member
0 Kudos

Hi Siva,

OK, now I see the field. I just gave him a wrong field name But how did APO found the entries in /sapapo/matloc? I do not know, where the connection between the field and the entry in /sapapo/matloc is?

I mean, I entered the table name for the field in customizing, but how did APO know which field of /sapapo/matloc has to be screened here?

Thanks

Andy

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Andy,

Pass it as below. The u will view the entries in the respective table.

<b>Field Name Table Name Text</b>

AT103 /SAPAPO/MATLOC Text

AT104 /SAPAPO/MATLOC Text

AT105 /SAPAPO/MATLOC Text

ATT01 /SAPAPO/MATKEY Text

ATT03 /SAPAPO/MATKEY Text

ATT05 /SAPAPO/MATKEY Text

Regards,

Siva.

Former Member
0 Kudos

Hi Andy,

SAP has given some free attributes ( in SPRO : APO->Master Data->Maintain Freely Defined Attributes) for customer specific fields. U can make use of these attributes. But if u need to create a new tab strip then u can get the access key and modify the /SAPAPO/SAPLMAT_MASTER program.

Regards,

Siva.

Former Member
0 Kudos

Hello again,

thanks for the answer. I found some answer like that by using the search function and I tried it. I can add a entry into the table SPRO : APO->Master Data->Maintain Freely Defined Attributes but I do not find the field in product view.

We do have customized fields in it and all are available and I could see them on screen, but I guess the field I entered is not there (in non of the tabs including "Extras").

Do I have to change something else, that this field will be displayed?

Best regards,

Andy