Hi Praveen,
Already tried that option but with no luck.
It behaves strangely. Without mapping the attribute also, it does get reflect into target structure during runtime.
Best Regards,
Suresh S
Hi Praveen,
Already tried that option but with no luck.
It behaves strangely. Without mapping the attribute also, it does get reflect into target structure during runtime.
Best Regards,
Suresh S
Hi,
Could you search in this forum for MSMP or AC Documents at Getting Started with SAP Governance, Risk and Compliance Solutions (GRC)
But, in short there are the steps
1. Since your Rule id is already created, execute T-CODEGRFNMW_CONFIGURE_WD and select process id SAP_GRAC_ACCESS_REQUEST. Click Display/Change, to go to changemode
2. go to step 2 Rule id, to see the Initiator Rule id for this Process
3. Open t-code BRF+ , and search for this Rule id
4. Check the Decision table and see the Rule Result. go to Rule id, and see if these Rule results are added or not.
5. Check/ Create Path and Stages.
6. Go to Route Mapping and check/map the path to Rule Result.
7. Check/Give Agent id in Stages
Regards
Plaban
Hi Kishore,
Please recheck ODBC Configuration at UNIX level (Server) because while executing job you are facing ODBC level issue, Please refer the below SCN blog & thread.
Data Services 4.1 and ODBC MYSQL Connections to MySQL Community Servers in SLES 11
Data Direct ODBC Drivers for SAP BusinessObjects Data Services
Business Object local ODBC connections and server ODBC connections
To configure DataDirect ODBC on Linux and Unix - Enterprise Information Management - SCN Wiki
MS SQL Server ODBC Connection On Linux
Hope this will help!!!!
Thanks,
Daya
Hi Team ,
Actually , I have Implemented badi for adding custom TAB in VL01 , VL02N and VL03N and aslo added some of custom fields inside which i have creted structure inside LIPS table . I wanted to do the when we go to VL03N t-code then my custom fields should be disable mode . I have been seen lots of review but couldn't found solution .Please let me know if any one is know .thanks in advance .
Thanks
Suraj
Hi Yogesh,
It is not suggestible to use Inner join for more than 3 tables, It may lead to performance issues.
Regards,
Mahesh somanath.
Just analyzed the cause for this...
when the GRN has done more than partial customs Invoice posting quantity, then for the next customs invoice trying to post the entries are posting to Inventory G/L.
I just tested i found this is the reason.
Please let me know if this is the standard functionality the excess of GRN quantity, system will try to post to Inventory G/L for the next Customs Invoice Posting.
Thanks,
Chandru.
purchase requisition is there in the PO.
Item category is L
Yes we are sure that user has not removed components.
also I want to inform you that main mateiral which in PO is not having mateiral number it is only having material description & I see there are components assigned in the Purchase requisition
Hi Olivia,
one option is to create Report using report painter and other is custom report from abap side.
thanks
Sunil
Hi Vijay,
AS you have downloaded the DW_510-10011305.sar it has extarcted the DW with 510 version but source release you need to check too.
So when you run the disp+work -V you see the patch as 510.
And can you paste the disp+work -V|more in here so that we can confirm you whether unicode or non-unicode.
Regards,
Ram
Hello,
Could you explain the requirement with more details,so that its easy to provide solution
Add new role in GRC system or ?
Regards
Baithi
Hi Experts,
I have stuck up with strange issue, i am using embedded data flows in my job by replicating the existing ones. the moment i log our from the designer and re login i am getting the following error while validating the job : (EMPTY JOIN CONDITION CLAUSE FOR INNER JOIN OR LEFT OUTER JOIN). there is one empty row is getting added automatically in my from clause after the existing join conditions without any join conditions.If i go and apply remove join and save the job, it is getting executed. But every time when i login to Designer i am getting the same error. I tried re creating the embedded data flow for several times but issue persists. Kindly suggest me some solution to resolve the issue.
Thanks,
Subbu.
Hi,
I wanted to double check SD delta plan after new field is added. I recently enhanced sales order extractor 2LIS_11_VAITM with a new field. The requirement is that they wanted historical data of this new field which means that I have to reload.
Below is my delta plan
- Load delta loads to clear and empty delta queue
- Lock all users in ERP to avoid postings
- Import request to production
- Delete and fill in setup table
- Selectively delete Sales order data in the cube and DSO
- reinitianize data in BW and load to DSO and Cube
Just wondering if its mandatory to lock out the users before import of the transports.
thanks,
Bhat
Hi Experts,
I have to develop a BI report on below requirement.
The measurement of budget vs actual variance for every Profit & Loss (P&L) line items, the % variance for each line item, the explanation /analysis for each variance and any corrective measures, if required.
Just wanted to know, if there is any standard report similar to it is available in SAP to meet the requirement.
If No, then what are the SAP Tables involved for the same to take the data and customize the report.
Thanks in Advance.
Sherlin
Hello to all!
I installed an empty SAP ERP system and faced with the problem:
database couldn't start automaticly with startsap script with sidadm user:
/usr/sap/WM1/SYS/exe/run/startdb: Terminating with error code 12
DB startup failed
But if is make su - orasid, run sqlplus / as sysdba and make startup after that I can start SAP normally. I think it's a permission problems. And I use
oracle secure file storage (sap kernel 7.41), maybe this is a problem too. Thanks!
ls -ls /usr/sap/WM1/SYS/global/security/rsecssfs/key/
-rw-r--r-- 1 wm1adm sapsys 187 May 7 16:01 SSFS_WM1.KEY
There are 3rd party tools like "Save to Excel" from InfoSol that allow you to save the data elements out to excel, however this done take the components and extract them too, it's just the underlying data.
There is a printing component from Data Savvy that may give you what you're after, but the output will be an image rather than data in the spreadsheet.
Rich
Hello Horst,
Thanks for the reply.
Well Horst, in the snippets we are trying to fill 3 extension fields.
These are calculated fields and the data for the calculation has to come from the Quantity Conversion-node. So we thought that maybe the Quantity Conversion-node doesn't contain any data at time the script is called which would explain why the extension fields aren't filled.
So we wrote some code to put some hard values into extension fields, but even then the fields remain blank. That's why we now think the event/script/snippet doesn't get triggered at all...
Regards,
Glenn
Good. thank you
Dear All,
I have seen in the IDX5 transactions, the references of Outbound & Inbound IDOC's are not archiving.
So far I didn't conclude the solution. could you please let me know your views for solving the problem.
Thank you.
Sateesh
You're nearly there. But you need to create your date properly....
=LastDayOfMonth(ToDate("01 "+[Calendar Year/Month];"dd MMM yyyy"))
Your formula couldn't create a date because it didn't know what day to assign to the date.