Hi guys,
Need help on how Master Data Manual Entry in IP. I have found some document in SDN followed that
Step 1: Create Master-Data ABAP-Class
A.This really easy. Just go to the transaction SE80 and create an own ABAP Class which is based on the Super class CL_RSMD_RS_BW_SPEC.
B.The next step will be the creation of an additional Attribute for taking the text. Let’s call it G_ALLOWED_CHAR.
C.Create the method “Constructor” which has the following parameter
Step 2: Create Info Object
Create an InfoObject type CHAR and allow lowercase letters. The InfoObject should not contain any master data.
D.Then created Aggregation level, Input ready query etc.
E.Then created Web template allowing to enter new rows (option of Analysis Web Item) and Button to save plan data.
When i try to enter any new values for Characterstics,its showing error i.e.Missing or invalid chars value in new row/Column and Validation was not sucessful
Please advise me on this how to proceed further.
Thanks,
SY