It is not clear how does one add the picture? You have written that it is allowed in gif, jpg and so, but I cannot see how. The inser picture button opens a window and there is no file upload control, only textbox inside it.
when i install the Infocube from BI content it's showing Runtime Error that is (*Runtime Error-DBIF_REPO_SQL_ERROR) *could you please tell me how to solve this issue
it seems we can use Flex Builder Beta 3 only for a limited time as a trial, what shall we do after the trial? Is it possible to get a official licence for the Beta 3?
I do not see the "Attachment" tab on any of the pages created by me. So I am unable to attach any file. However I can see the attachment tab on pages created by others and can also open the attachment. But again I cannot add any attachment to their page either. Do I need some special permission for this?
When i am Publishing A book I sap BPC Micosoft PlatForm i gives the Error There is no data for the members specified in the report and/or current view Make sure there is data for all members used.
TDMS (Testing Data Migration Server) - Data Scrambling Made Easy
Many people may heard of TDMS as a tool for copy data from production system to testing system. However, they may not aware that one of the significant features in TDMS is that it can help to scramble or convert sensitive data before copy into to the testing system so that any important or sensitive information will not fall into wrong hands in case someone decided to steal the data from testing system and sell it to your company's competitors. In order to use this important feature, all you have to do is to define the import/export parameter, enter some simple abap coding and define which field name and data type to be scramble.
The demonstration in this document will show how simple it is to scramble the sensitive data with simple coding and little knowledge of abap with a few mouse click.
Transaction: CNV_MBT_TDMS
1. Create Project
2. Create Sub-Project
3. Create Package (Time Reduction or Time & Company Reduction)
4. Change view to extended view
5. Follow the TDMS Steps until you reach the point to data scramble
You just defined the scramble rules with domain type.
Since this rule is defined in domain type, TDMS will also scramble other tables with same field name and using the same data domain. Therefore, you don't have to worry that the sensitive data are missed for scrambling in case this fieldname's data may be updated in multiple tables.
Our issues are below list
1. When release and save the work order ,the standard BADI(WORKORDER_UPDATE) have not the parameters about service information . (for this issue , chunfai had give a solution ,we are testing it )
2. When we create work order by BAPI(BAPI_ALM_ORDER_MAINTAIN), the BAPI can’t provide the parameters about service information .we can’t create WO including service data.
3. When we update work order by BAPI(BAPI_ALM_ORDER_MAINTAIN), the BAPI can’t provide the parameter about service information . we can’t update WO including service data.
could anyone can provide some suggestion for above question ? thanks for a lot
I have created a wiki and on the right hand side at tools button, I see all my attachments, and suppose I dont give any authorization for downloads to any one, how can I do it, please let me know.
13 Comments
Former Member
It is not clear how does one add the picture? You have written that it is allowed in gif, jpg and so, but I cannot see how. The inser picture button opens a window and there is no file upload control, only textbox inside it.
Best Regards,
Vasil
Craig Cmehil
IK see you figured it out on your scripting page so please add it here to the FAQ as well
Former Member
Hi,
Which WIKI software is used for the SDN Wiki?
Marcel
Unknown User (104dt7qy7)
Hi All,
when i install the Infocube from BI content it's showing Runtime Error that is (*Runtime Error-DBIF_REPO_SQL_ERROR) *could you please tell me how to solve this issue
Best Regards,
Naga
Former Member
Hi,
it seems we can use Flex Builder Beta 3 only for a limited time as a trial, what shall we do after the trial? Is it possible to get a official licence for the Beta 3?
Regards,
Hua
Unknown User (106edgsdh)
Hi,
I do not see the "Attachment" tab on any of the pages created by me. So I am unable to attach any file. However I can see the attachment tab on pages created by others and can also open the attachment. But again I cannot add any attachment to their page either. Do I need some special permission for this?
Unknown User (dl4y3gm)
hi,
can any body say how we can measure the infocube volume
Unknown User (1037owa3n)
Can I use a foxpro database to create a crystal report? How to connexted? Thanks!
Former Member
HI
When i am Publishing A book I sap BPC Micosoft PlatForm i gives the Error There is no data for the members specified in the report and/or current view Make sure there is data for all members used.
I will be Waiting for the Respone
Unknown User (fk9wgmn)
TDMS (Testing Data Migration Server) - Data Scrambling Made Easy
Many people may heard of TDMS as a tool for copy data from production system to testing system. However, they may not aware that one of the significant features in TDMS is that it can help to scramble or convert sensitive data before copy into to the testing system so that any important or sensitive information will not fall into wrong hands in case someone decided to steal the data from testing system and sell it to your company's competitors. In order to use this important feature, all you have to do is to define the import/export parameter, enter some simple abap coding and define which field name and data type to be scramble.
The demonstration in this document will show how simple it is to scramble the sensitive data with simple coding and little knowledge of abap with a few mouse click.
Transaction: CNV_MBT_TDMS
1. Create Project
2. Create Sub-Project
3. Create Package (Time Reduction or Time & Company Reduction)
4. Change view to extended view
5. Follow the TDMS Steps until you reach the point to data scramble
http://docs.google.com/File?id=dfjvgvkk_61ckdfd2f5_b
Define Scramble & Conversion Rule
Source System --> Transaction: SE11
Check for Field name and data domain before configured scramble rule
http://docs.google.com/File?id=dfjvgvkk_64c48jhcgp_b
Example:
Field name: IDNUM
Domain: CHAR30
Note: These information will be required for define data scrambling rule
TDMS Server --> Transaction: CNV_MBT_TDMS
Select Maintain Conversion and Scrambling rules (option), click Execute
http://docs.google.com/File?id=dfjvgvkk_61ckdfd2f5_b
Tab 1: Check Option maintain consistency scrambling
http://docs.google.com/File?id=dfjvgvkk_66cfk7mvdq_b
Tab 2: Define Import & Export Parameter for Scramble rule base on Data Domain for the field to be scrambled
http://docs.google.com/File?id=dfjvgvkk_68dxbhcdhc_b
Tab 3: Click Source Code Tab - System automatically generated the required code for maintain consistency scrambling.
http://docs.google.com/File?id=dfjvgvkk_70f7bphtch_b
Add your own code for data scrambling
http://docs.google.com/File?id=dfjvgvkk_72dqtv2qcn_b
Tab 4: Enter Field Name and Domain type
http://docs.google.com/File?id=dfjvgvkk_74dsr7x5cm_b
Click Save. and continue TDMS Steps.
You just defined the scramble rules with domain type.
Since this rule is defined in domain type, TDMS will also scramble other tables with same field name and using the same data domain. Therefore, you don't have to worry that the sensitive data are missed for scrambling in case this fieldname's data may be updated in multiple tables.
To Learn about the benefits of using TDMS, you may refer to my Presentation in SAP Info Day: http://www.sap.com/hk/about/events/info/replay.epx
Unknown User (vv933mn)
HI,
i wants to transfer some data from sap system to non-sap system.
how does it posiible..
thanks & regards
Banty....
Unknown User (dl102ax)
hi expert
Our issues are below list
1. When release and save the work order ,the standard BADI(WORKORDER_UPDATE) have not the parameters about service information . (for this issue , chunfai had give a solution ,we are testing it )
2. When we create work order by BAPI(BAPI_ALM_ORDER_MAINTAIN), the BAPI can’t provide the parameters about service information .we can’t create WO including service data.
3. When we update work order by BAPI(BAPI_ALM_ORDER_MAINTAIN), the BAPI can’t provide the parameter about service information . we can’t update WO including service data.
could anyone can provide some suggestion for above question ? thanks for a lot
Sridhar Vijjhalwar
Hello,
I have created a wiki and on the right hand side at tools button, I see all my attachments, and suppose I dont give any authorization for downloads to any one, how can I do it, please let me know.
Regards,
Sridhar