Hi Amit
Thanks for your quick reply... I have tried the above steps and its not bringing those funny bars anymore.
Kind Regard
Clement Mkhasibe
Hi Amit
Thanks for your quick reply... I have tried the above steps and its not bringing those funny bars anymore.
Kind Regard
Clement Mkhasibe
anything else will you suggest to solve it
Hi Pedro,
yes the TAO is running on the server.
The second PC seams like I have to install again.
But is the DI Server not installed with the server tools?
So why is it needed on the Client?
Here another test on the first PC:
Send:
<?xml version="1.0" ?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><dis:Login xmlns:dis="http://www.sap.com/SBO/DIS"><DatabaseServer>192.168.9.107</DatabaseServer><DatabaseName>RUECKER2</DatabaseName><DatabaseType>dst_MSSQL2008</DatabaseType><CompanyUsername>manager</CompanyUsername><CompanyPassword>Password1</CompanyPassword><Language>ln_German</Language><LicenseServer>192.168.9.107:30000</LicenseServer></dis:Login></env:Body></env:Envelope>
Response:
<?xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><env:Fault><env:Code><env:Value>env:Receiver</env:Value><env:Subcode><env:Value>-10</env:Value></env:Subcode></env:Code><env:Detail><Command>Login</Command></env:Detail></env:Fault></env:Body></env:Envelope>
Put a break-point in UsersetEntitySet method and see if your back-end logic is returning the data first.
I suspect data is not coming at all from your logic.
Hi,
I don't know if there is a way in query level..I think this can be done by using virtual characteristics BADI..I'm just not sure how can this be done..I'm not familiar with BADI..The only way I can think right now is by doing this in transformation level..
If the data of your allocation number and purchasing document are PURE NUMBERS, then we can do this in BEx level..
Regards,
Loed
Hi Thanga,
I have referred to these programs as well. Seems like there is no other way.
Thanks for replying though, I'm marking this question assumed answered.
Cheers,
-NK
The reason I answer a type of basic questions is similar to views by Jānis B
Basic questions about SD organizational elements e.g. how many distribution channels should we have for xyz business scenarios? what is the role of distribution channel? Business scenarios with possible solution being sales office etc.
Even if these questions are basic, these are the backbone of any implementation or roll out. Having the ability to explain clearly is key and will come one ways in his/her line of work. It will help when interviewed for a project, discussing with business users, in general disciplining ones mind to think and express clearly, other benefits.
It is ok what people see around them...many markets encourage faking experience...the "successful" candidates, the trainers, the training institutes, the job market. So in this kind of environment (society), people get the idea that faking is ok and when it gets embedded deeply in ones mind, then it might not trouble him/her...let alone haunt for life.
Every one should know by life experience that when you get something way cheaper then there is a big chance that it is of inferior quality. Still customers buy those services and then why complain? why the employees (managers, business users) complain? Your company paid next to nothing and this is what you get...live with it!
Mat, laziness could be the reason. Laziness restricts one from gathering knowledge from the internet where we can get so so much about SAP. Doing good research before discussing with client will help immensely and save time on both sides.
TW
I don't know, that's the 1 million dollar question.
I brought this up just as an idea with the hope that someone knows how to do this properly and how to provide the proper "context" to these methods and get things working.
P.S.
To Christian Guenter's point, local is only visible if you select that program from callstack.
Exactly. I thought that was obvious from the context.
I thought you are referring to my other post, so sorry for messing up with the word "context"
Message was edited by: Christian Guenter
Hi Rama,
SAP Business One default approval procedure doesn't work on line level.
Regards,
Bhushan Verma
I finally figured it out. I had been trying all sorts of things.
For me I just had to disable "Enable Single Sign On" checkbox in the SLD. There is checkbox under Security Settings when you login. Then I just click refresh in the client company list.
Boom!
So, in the beginning implicit - the Variable is unknown - as it is declared with DATA statement, after the Implicit enhancement.
Yes, the variable is unknown at compile time. But at runtime you can access it dynamically with another field-symbol trick.
So something like this is possible.
This is possible due to the fact that in ABAP local variables are created when a subroutine/method is entered.
For me this is just some kind of academic example. One should see this only as a last resort.
This is a very fragile approach, because at the next upgrade SAP might have refactored (renamed or removed) the lv_local_to_this variable and you would hardly detext this until it leads to logical errors during integration testing. But of course there are ways to detect this in the BADI method...
Hi Maria,
Sometimes requirement do come that at invoice level no tax amount should be added in an Invoice so we need to create a exempt tax-code, as it is a system behavior that it will not allow user to add invoice without Tax code,.i.e; tax code field cannot be blank
Regards,
Bhushan Verma
I think you have to buy CPQ, please check with SAP guys.
Hi everyone,
I have created a screen layout, converted to html template to display the same on ITSmobile. Screen has a text field with input option. In this field i scan the barcode and on the basis of scanned field data comes in alv grid display. For me ALV grid initially comes fine without horizontal/vertical scroll. But as soon as i scan, alv grid ( has 4 columns) is populated based on scanned field and it's width on ITSmobile increases because of data. Becasue of this horizontal and vertical scrollbar starts coming. Is there any option to get rid of this?
Please suggest.
Thanks,
Vinit
cansomeone please explain what does elimination signify when we create a Key Figure InfoOject
Hi All,
We have three landscape in our org., (Dev,Pre-prod and Prod).
if we have the same jobs in both the server(say Pre-prod and Prod) and when we execute a job on production designer its executing the jobs on pre-prod jobs.
PFA., screen shot for the same from our pre-prod MGMT console.
the server info:
Pre-prod server : Am00--2485
Production - Am00--1419
I have observed the same behavior in other landscapes as well.
It doesn't happen all the time its intermittent.
BODS server 4.0 SP 3
Windows server 2008
Tomcat 6
Could you please suggest what could have gone wrong and what can i try to troubleshoot this issue.
Thanks
No need for a Z program, just customizing of selection parameter and you can do this analysis by vendor in ME2L or by material in ME2M, or by document in ME2N etc.
Execute OLME and go to Reporting > Maintain Purchasing Lists > Selection Parameters > Define Selection Parameters
Copy an existing selection, give it a name of your choice e.g. EXCESS Quantity delivered > quantity ordered
Enter a greater sign in the comparison of quantity delivered to quantity ordered section
and check the other options in that screen if you need them or better remove them to get the desired result.
Hello,
What is the difference between Internal number assignment and External number assignment in document types... Can u please explain with one example.
Thanks
Sudhakar
H Experts ,
I have a scenario where I have to configure the same message coming from Thrid Party system to ECC 6 Server(ABAP Proxy) and ECC 5 (RFC Call - ECC 5 not supporting Proxy call) based on one input value in the Payload .
Both ECC 6 and ECC 5 I can make as RFC and do a dynamic receiver determination ,but shortly in next 6 months ECC 5 also i going to be merged into ECC 5 and I prefer a ABAP Proxy interface rather than a RFC interface .
How can this be achieved . Can you please give me some ideas and suggestions .
Thank You ,
Jaswanth