Skip to Content
0
Former Member
Jun 10, 2009 at 09:48 AM

BAPI_MATERIAL_SAVEDATA & table bapi_mltx

390 Views

Hi

I am using this function to save material data and I have some questions about long texts; I see that bapi_mltx is the structure I have to use for long texts having this structure:

APPLOBJECT	TDOBJECT	CHAR	10	0	Testi: oggetto applicazione
TEXT_NAME	TDOBNAME	CHAR	70	0	Nome
TEXT_ID	TDID	CHAR	4	0	ID testo
LANGU	TDSPRAS	LANG	1	0	Chiave lingua
LANGU_ISO	LAISO	CHAR	2	0	Lingua (ISO 639)
FORMAT_COL	TDFORMAT	CHAR	2	0	Colonna formato
TEXT_LINE	TDLINE	CHAR	132	0	Riga testo
DEL_FLAG	DELETE_FLAG	CHAR	1	0	Canc. record dati (nelle tabelle di ripetizione)

The questions are:

1) if I have to set more texts (descriptions, sales texts ecc) for more views, I have anyway to put all of them together in bapi_mltx?

2) what should i put in text_line field? if I have a text more than 132 characters have I to put more lines splitting them at 132 characters?

thanks to anyone can halp me

gabriele

Edited by: Gabriele Montori on Jun 10, 2009 11:49 AM