Hi all,
One of my Client needs batch text in my BI Report.
I checked the transaction MSC3N in which, they are maintaining description of that.
The structure name for that is RCTAV and the field name is ATNAM.
can you please guide me how to get batch(0BATCH) text into sap bi.
Thanks & Regards,
Kavitha
Hi Kavitha,
Pass the following values to the FM : READ_TEXT
ID : VERM
Lang : EN
NAME : Material + batch (Check the tables STXH and STXL )
OBJECT : CHARGE
Execute.
In the result you can see the Text of the Batch number which is entered in
Tcode : MSC3N --> Basic data 2 -- > Short Text.
Hope it helps!!
-- KRPK
Hi,
I think it can done by creating a generic data source based on table or view from which you are getting 0BATCH text. In BI side do its modelling for getting text.
Need to create Custom Data source For table RCTAV/DFBATCH in ECC (Check either these table values are Matching or not with tcode MSC3N ) & then create data source. Pull same Data into BI .
Just check with client/Functional guy about the table; they will tell you exact table from which they want 0BATCH text.
Add a comment