cancel
Showing results for 
Search instead for 
Did you mean: 

RE: PRODUCT MEMO TABLE / FIELD

Former Member
0 Kudos

G'day APO Team,

How are you travelling? Can someone please advise the Product Memo Table & field(s) in the APO Product Master.

Client is using SCM V7.0 and is for a development for Supplier Collaborative planning.

Your advise is rewarded in points.

Many thanks,

Andrew Goz

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Andrew,

You can use the READ_TEXT Function module to get the product memo details as described below.

Pass the input parameters to this FM as below.

ID = LTXT

LANGUAGE = sy-langu

NAME = 743xPH6toK6rw{ZERksHu0J4KYurjoG5VX08002Nuer0 (This is a combination of MATID and LOCID)

OBJECT = MDTXT

In LINES, you will get the product memo details.

Regards,

Saurabh

Former Member
0 Kudos

Hello Andrew,

Product memo is stored as text i guess. Its better to use function module /SAPAPO/EDIT_MAT_TEXT to get the memo for mat-loc, rather than directly fetching from DB table. Or you can also use function module READ_TEXT to get the memo.

Hope i understood your query correctly.

Regards,

Chirag