Hi guys,
I’m using SAP Invoice Management plugin and the /OPT/VIM_ANALYTICS transaction.
In order to display a list of how many tasks the users have done, I need to get two logs.
First, a log of the status for the ID document, which I can fin in table /OPT/VIM_1LOG (the text of these status are in table /OPT/VIM_T101).
Second, a log of the status for the VIM document (texts for these status are in table /OPT/VIM_STATUS). But here, the only thing I can find is the last status of the VIM document.
Is there a way to have a list of all the status a VIM document was before its actual status ?
And if there is, in which table could I find this info ?
Best regards,
need help in mysql_num_rows()
please tell me what i am doing wrong in this query. it displays this errorCode: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in D:\wamp\www\dynamic\quiz2.php on
Saas with SAP R/3
hi experts,
help, header() is not working!
Hello, I have this code:<?php/** * @author samoi * @copyright 2009 */error_reporting(E_ALL & E_NOTICE);include ('func.php'); // this has the session_start() func!if
Material Master Update through BAPI - Follow up material not updated
Hi Experts,
[Need Help] php timing issues
I don't know what is going wrong. I need some help with being able to set an image at 9:00am Colorado time if my server is in California and it would be 8:00am. I tried to echo the image below, but
Mail Form receiving emails with no content
Hi, I hope someone here can help me.I have a simple form in my website, it was working OK, after lots of trouble finding out how to make this form I managed to make it work.I had to create an
Memory Allocation
Hi folks,see this ex:int v=5;v=v+10;then what will do the compiler before the output come as 15.Please explain me technically.
Extending Exception to contain method name
I was wondering, if there's a way to extend Exception in such a way, that it would contain name of a method where it has been thrown.Right now I have this:class myException extends Exception {
GET * FROM _____ Except?
I have a site that is for stock photography.This section of the code calls images to display on the main page, based on several variables (new images, featured images, most downloaded, highest rated,
download directory onto C drive
I am attempting (if this is possible) to write a routine to automatically dump the contents of a directory on the server into a directory on the local C drive.I started out like this :Code: