cancel
Showing results for 
Search instead for 
Did you mean: 

SAP SD Text extraction

spanigra
Participant
0 Kudos

Hello Expert,

I would like to develop a program which will be able to extract text stored on the Customer
Master, Material Master, Orders, etc.
Should be able to utilize the Read_Text Function module to accomplish.

Please advise how to proceed.

Thanks

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

S0015450124
Newcomer
0 Kudos

Hi Ravi,

just list of text types and object that you want to extract

in FM Read_Text you can use this input

CLIENT --> Fill with Client
ID ---> Text Type
LANGUAGE --> language that used (example : EN)
NAME ---> ID of Object , example : Order Number : 5200001071

OBJECT ---> Text Object, example : VBBK for SO

and get the line result

You can check text type and object in tcode VOTXN

Answers (1)

Answers (1)

spanigra
Participant
0 Kudos

Thanks Ari for your help.