I think you might be able call FM TEXT_SPLIT iteratively.
Rob
I think you might be able call FM TEXT_SPLIT iteratively.
Rob
Hi.
For a trial version I would recommend a minimum of Microsoft Windows Server 2008R2 Enterprise Edition if possible as it is a nice release in terms of support for older releases such as Netweaver 7.0 SR3, although the ABAP technical structure hasn't changed Java has a lot in that time.
Thanks
Neil Ryan
SAP Active Global Support.
Hello Dattatraya,
Yes. This is exactly what I was trying to get around. I guess it cannot be done without a manual JV, which I don't know how to do :S.
I had to reset and reverse all the dependent documents all the way to the clearing that generated the problem.
By the way, is there a way to generate a list that shows the document number of all the partial clearings made on an advance payment document? This would be very helpful.
Thanks beforehand,
mauricio.
Hi Sunil,
There won't be an out-of-the-box PFCG role for such a requirement but why not create your own tailor-made one. You will have to include Authorization Object S_RS_PC with the following settings:
I don't know which other authorizations the users already have but you could have to add other Authorization Objects as well. A few which pop up in my mind:
You might have to fine-tune it further using an Authorization Trace (t/code ST01) and/or let the user run t/code SU53 after insufficient authorization messages.
Best regards,
Sander
Hello Klaus,
I'm stuck on the same issue, so wondering if this has been resolved? If so, what's the solution?
Thanks!
By the way, is there a way to generate a list that shows the document number of all the partial clearings made on an advance payment document? This would be very helpful.
Thanks beforehand,
mauricio.
We have a scheduled task running in SQL Server that stores the device count for each tenant every day. We then have queries to report the device count on a monthly basis
BR
Peter
Hello UI5 Experts,
a month ago I've started to work on a SAPUI5 app using the SAP Web IDE in the SAP HANA Cloud Platform (HCP) to create a full CRUD application. I'm using a simple OData Service from the HANA system that is also part of the free HCP offering. It's a simple .XSODATA service pointing to a table with two columns: ID and Name. The App works without any problems when I run it in a Browser. But as soon as I use it on my mobile device the update does not work. Create, read and deleta are working fine. I've published the app at GitHub: gregorwolf/crudkapsel. Hope that someone can help me to fix this issue.
Best regards
Gregor
Thanks Dinesh.. It's useful
Hi Kiran,
To my knowledge there is no t/code to switch off or deactivate debugging in the system. You can execute debugging if you have in one of your PFCG roles Authorization Object S_DEVELOP (with Object Type DEBUG and Activity 02 for debugging with replace). Especially in Production environments you should limit or prevent debug authorization since it undermines the entire authorization concept and can even be dangerous.
Best regards,
Sander
Hi,
i'm writing my thesis and extracting tables from SAP with JCO is a part of it.
Unfortunately i don't know much about ABAP, so i hope you can help me.
I want to use /BODS/RFC_STREAM_READ_TABLE, because if i understood correctly, it implements this method (RFC transport method - Enterprise Information Management - SCN Wiki) a therefore i won't have any problems with table widths and other restrictions.
This function module has two non optional parameters which are "QUERY_TABLE" and "CALLBACK_FM". The thing is i have no idea what i'm supposed to enter as "CALLBACK_FM".
Thank you for your help.
Dear experts,
I am currently working in a roll-out project where the below scenario using installed base. As of now, I am not allowed to access their system due to various reasons. So, I am here to ask help on any details about this functionality and what is needed to implement the same?
In Germany, a customer has grouped equipments under a process loop in one installed base and generating reports to see all equipments due for periodic maintenance. Also, such grouping is also giving them a structure similar to a functional location structure in PM but, helps them to identify equipments which are connected functionally and thereby if some breakdown occurs they get to know all the equipments impacted under it.
To me this seems to be a very useful functionality for PM. They said they use SAP CRM for this.
Can someone shed light on the ibase functionality? Can the business scenario be met without installing SAP CRM?
Cheers
Please let me know the difference among these 2 certifications and which one is more beneficial to gain. As per the course content both seems to be following HA200.
Please suggest
Hi Siddappa,
WHEN PO IS CREATED
NAVIGATE TO DETAILS TAB --- SCROLL DOWN----- RELATED DOCUMENT( RIGHT SIDE)---- NOW HERE YOU CAN SEE SOME CHECK BOX THAT SHOULD BE CHECKED..
NOW, WHEN YOU SEARCH THE PO IN CONFIRMATION SCREEN THE ERROR WILL NO COME.
REGARDS
ANAMIKA M
Hi,
i want to move to SAP from testing and having around 13 years exp . can you suggest me which module would be best for me to choose as functional consultant role?
i have noviceexp in SAP HCM, MM\SRM and SD module.
Thanks
Chanti
Neha,
To confirm if the certificate is correct, from the device while outside the network/DMZ. If you open your web browser and enter the same url you are using on the client you should get the I am here! message without any certificate warnings or errors. If that is successful you know two things. First that the hostname for the virtual IP you created correctly resolves to the sever and second that the certificate the DMZ is presenting matches what you installed on the client.
https://{Virtual IP hostname}:8081/sub-url
If this is successful then you will need to look at the client install.
The error I see in your screenshot indicates a communications error 14 which is most often a problem with the routing or network connection between the client and the server or that the server is not running. Please verify with the URL in a browser and see what you get back as the first step.
--Bill
Since you are already on the SDK SP06 version I would recommend switching to the new ATE that is included in the editor. It is based on the WPF client and accessible from within an open Agentry project (Windows | Show View | Other... | Agentry Views | Test Environment). Give that a try as it will have almost all the same functionality as the standalone ATE with better rendering for the newer platforms (iOS/Android).
--Bill
Hi
Thanks you So much!
Also if you could tell me while Assigning Accounting principle which should be target Ledger?
Leading Ledger or Non Leading Ledger or Ledger Group?
Appreciate your help!
Dear all,
The requirement is to lock input-ready cells on a Excel button click. We don't want to use the standard "Lock Cells" button provided in Planning Ribbon.
Button functionality is implemented in VBA Macro, But i am not able to find any information on How to trigget the AFO "Lock Cells" there. An option of Excel Locking is possible, but it only works when we protect the whole worksheet and in our case it is useless.
Any ideas?
Thanks & Regards,
vamsi.
Hi Guys,
My program is calling an instance method in which the sy-subrc value = 4.
But when I come out of the method, back to the calling program, the sy-subrc value is automatically becoming 0.
But based on that value , further processing will be done in the calling program.
That's why I want the unchanged original value.
So is there any way by which we can retain it's value to 4.