Hi Anil,
Please Go to OBQ3 , May be still condition calculation type 16 only ..please change 17 and check it.
At calculation type put 17 instead of 16 by selecting F4.
Thanks
Muthu
Hi Anil,
Please Go to OBQ3 , May be still condition calculation type 16 only ..please change 17 and check it.
At calculation type put 17 instead of 16 by selecting F4.
Thanks
Muthu
Check if the Alternative Ex. rate type EURX is defined in OBBS against EUR Currency. If yes, this behavior is correct.
Thanks
Hi,
Please close this thread by clicking helpful/correct answers.
Thanks & Regards,
Nagarajan
Hello,
On a SolMan 7.1, if I run a sappfpar check, I have the following results:
Shared memory resource requirements estimated
================================================================
Total Nr of shared segments required.....: 30
System-imposed number of shared memories.: 214
Shared memory segment size required min..: 532480000 ( 507.8 MB)
Currently available maximum segment size.: 103079215104 (98304.0 MB)
Swap space requirements estimated
================================================
Shared memory....................: 1453.0 MB
..in pool 10 133.4 MB, 97% used
..in pool 40 154.9 MB, 97% used
..not in pool: 1157.4 MB
Processes........................: 194.3 MB
Extended Memory .................: 4092.0 MB
------------------------------------------------
Total, minimum requirement.......: 5739.4 MB
Process local heaps, worst case..: 1907.3 MB
Total, worst case requirement....: 7646.7 MB
Is it correct to say that this only concern the ABAP stack?
How can I find the Total, worst case requirement for the Java stack?
Thanks in advance for your answers.
select * from vbapas a INNER JOIN vbpa as b on a~vbelneq b~vbeln
into CORRESPONDING FIELDS OF TABLE it_vbpa WHERE a~vbelp = b~vbpos and
b~parvw = 'AG'.
select * from vbapas a INNER JOIN vbpa as b on a~vbelneq b~vbeln
APPENDINGCORRESPONDING FIELDS OF TABLE it_vbpa WHERE a~vbelp = b~vbpos and
b~parvw = 'WE'.
Hi Narendra,
I am quiet confused. Which channel is not really working? RFC or SOAP communication channel? Is it sender or receiver? If you are having problem with the Receiver RFC comm channel, please check the connection details you saved on the comm. channel such as application server, gateway, user name and password.
Hi Mario,
could you please elaborate on your dought.
like , what is your aim ? where you are facing this issue ?
Thanks
Satish
Hi all,
I see this is also a great development for the OpenSourceCommunity to make use of SAP and provide Stuff. Great work!
If there is some possibility to contribute, I'd really like to help and share my know-how (20 Years of development and software architecture).
Stefan
Dear Naras,
In AuC asset there is no G/L for depreciation. still got same error in transfer Fix asset to AuC asset.
If i give GL account for depreciation, error not shown but i'm still doubtfull what is the effect of GL account depreciation in AuC Asset ?
Thank you,
Iwan Siahaan
Hi Amardeep
if you don't need to know the count call set oModel( ).setCountSupported( false )
else, take a look at the following method which i believe does the count.
sap.ui.model.odata.ODataListBinding.prototype._getLength
https://sapui5.hana.ondemand.com/sdk/resources/sap/ui/model/odata/ODataListBinding-dbg.js
the headers aren't included in the jQuery.ajax call, not sure why, they are in the request from the model if you need them.
you could extend the method (locally) in the list binding to include headers
eg.
jQuery.ajax({ url: oRequest.requestUri, async: oRequest.async, cache: this.oModel.bCache, headers: oRequest.headers, //add this line username: oRequest.user, password: oRequest.password, success: _handleSuccess, error: _handleError });
Cheers
John P
have you resolved your issue yet? I am having the same issue when i imported the operation mapping.
Hi Adriana,
Could you update th brtools as described in SAP note
Note 1763972 - Corrections in BR*Tools 7.20 patch 26
Additionally refer link as a similar issue with its resolution is explained
Hope this helps.
Regards,
Deepak Kori
Just curious: The picture you showed is the SAP Work Manager.
From your comment:
I have a requirement to display search screen(start) and result screen(List) in the same screen (client initiated screen).
- you may search how to use Filter Rules and the actual rule code that takes the value of the screen (ScreenFieldValue) to filter the listview control data.
The assumption above is that the data you are searching for already exist in your collection or you may do a Fetch to populate the collection then filter the list screen base on your user logic.
If you have the out of the box Work Manager check under Rules in the editor and group name Filter to get an idea.
Not sure if this is what you are asking for.
Mark
I am having same issue in my win7, 64bit & this registry entry is already exist... any other ideas ??
Hi Sahil,
Direct upgrade from Oracle 9 to Oracle 11g is not supported only if database version is Oracle 9.2.0.8
.If in your case database version is below this , you may first upgrade the database to Oracle 9.2.0.8 and then perform upgrade to Oracle 11g.
Post DB upgrade you may proceed with SAP upgrade as designated.
Refer Oracle upgrade guide for more details.
Hope this helps.
Regards,
Deepak Kori
Dear expert
I would like to know how to create interval toward plural groups at tr-cd:J1INCT.
Currently, I created some number ranges for WHT and I tried to created to interval
toward each number ranges by 2013.
However, when creating second interval, system does not allowed me to create
with the message of Interval already available.
If anybody knows the method to create interval toward plural group,
I very appreciate if let me know.
Best Regard
Kasuya
I see similar requirement in this thread. Have you seen this discussion
Hi Mahesh,
Did you resolve this issue..
i am facing the same problem..
Any help is appreciated pls ..
Thanks in advance !!
Hi,
Did you run full consolidation at the top node of the group hierarchy level or at the group (scope) level at which you added the new entitiy after you updated the ownership structure?
If you have not done the above first you would need to do that.
My second question is where are you checking the data - backend BW or some report?
If you are checking the data in the backend after running full consolidation, please filter the display of data for only the group (scope) to which you have added the new entity and see if you see any data there.
If you are checking the result in the report, please make sure that the right scope is selected before refreshing the report.
Hope this helps.
Rergards,
Kalyan.
hey Gary,
if you've added the sub-report by adding an existing report, then there's an option to automatically import a subreport when opening the main report. check to see this is on by right clicking on the subreport and choosing Format Subreport > Subreport tab > Reimport When Opening option.
jamie