Hello Mr @manas Srivastava;
Yes i checked and it's has admin acces because, u can see it on the image.
Same for the TCP/IP protocol.
Thanks.
Hello Mr @manas Srivastava;
Yes i checked and it's has admin acces because, u can see it on the image.
Same for the TCP/IP protocol.
Thanks.
Dear All,
How to view Asset List based on Company Code actually i was trying to view asset list in AW01N thru which only one asset can be viewed at a time.
But i want to know if there is any T.Code to view asset list based on company code. In fact there are t.code's to view asset list based on some other criteria's like,
S_ALR_87011979 - by Cost center
S_ALR_87011980 - by Location
S_ALR_87011981 - by Class
S_ALR_87011982 - by Plant
S_ALR_87010137 - by Bar code
Because what if at the time of creation the above mentioned elements have been overlooked to entered.
Please assist on the same.
Thank You,
Venkatakrishnan
Hello,
Smartforms is a kind of form like sapscript to print out some documents.
For creating and maintaining forms within SAP solutions use the tcode SMARTFORMS.
You will encounter more information here : SAP Smart Forms
Hi,
I know that this post is really, really old, but just for clarification to whoever may read this:
Remember that the umask value gets subtracted from the default permissions
which are 0666 (rw-rw-rw) for files and 0777 (rwxrwxrwx) for directories.
In other words,
umask 022
means 644 (-rw-r-r--) for files
and
755 (drwxr-xr-x)
for directories, respectively.
Regards
Hi Jeewantha
To get the last price for each line item of the PO,
EIPA- PREIS table will help you to get the last po price.
last price for the particular material is me12 --> enviroment--> order histrory price
Thanks
Sudhakar
Hi Venkatakrishnan,
You will get those details from ANLA table, You can create a query report also by using this table.
Regards,
Ravi
Hi Dipti,
Check the field status of w.h.tax information for the vendor recon.account in OB14.
Regards,
Mukthar
I am not sure if Audit holds the prompt information in the database. I would suggest try getting a confirmation from SAP on this this.
Hi,
I archived the data for customer line items (F.21) by executing it in background. But the data is not showing in the OADR/OAM1 transactions.
Can any one help me to find the archived data based on the posting date in OAM1 transaction or any..
Thanks,
Balu B
Since you are doing in place upgrade, there is noting you need to from your side. It is similar like patch upgrade from 4.0 to 4.1.
If you are building a new server with 4.1 update, then you use Promotion Management to move all the content from 4.0 system to 4.1 system.
Hi Athol,
I saw your discussion regarding SAP DMS,
Currently we are scraping the SAP DMS and moving to XECM Open text,
My requirement is to move all the existing documents in SAP DMS(Content Server ) to Opentext xECM where client is looking for Comprehensive content management solutions capable for content management functionalities. (edit, reserve, versioning, ACL).
Please advice the best way to perform above migration.
Thanks
Giridhar D
Actually, we can't find selected prompt value in Audit data :-(. I don't think there is way to add in audit and catch this data.
failed reports log file show what was the prompt value selected (history of the job via CMC or instance manger)
Hi
I am on single stack SAP PO. Mine is a REST to RFC synchronous call. I am using Java mapping to convert the xml to JSON. The ECC system is sending a URL in the response message. If I use the conversion of REST adapter, the forward slashes in the URL are escaped with a backward slash.
So I have to use Java mapping.
Because of that, I cannot use the SAP's method to convert xml into JSON.
In my target payload, there is a node called "Item".
"Items" : [
{
"Quantity": 1,
"UnitOfMeasure": "EA",
"MaterialDescription": "ABCD"
}
{
"Quantity": 2,
"UnitOfMeasure": "FR",
"MaterialDescription": "FGHI"
}
]
This appears an array!
If there is only one set of values, then Items appear as object
"Items" : {
{
"Quantity": 1,
"UnitOfMeasure": "EA",
"MaterialDescription": "ABCD"
}
}
I want the node "Items" to appear as array always. If it is an array then let it be array, and if it is an object it should be an array.
Is there a way to achieve this using existing Adapter module or through a Java Mapping?
Regards
Harish Babu
Hi Steve,
Thanks for the quick answer, I will give your suggestion a try. Also thanks for joining the call I dont think Jay realized you were there.
Thanks
Kev
this data is from CMC repository, not from audit
Hi Thomas,
Pay attention, even if the exception is in the SOAP adapter the problem could be in the RFC adapter or in the response mapping, because the exception is flowing to the components of PI and the message flow defined. Try to check if in the RFC channel there is any problem.
Regards.
I just figured out the URI results are not the same when specifying the Set with or without a USER in the parameter.
hostname/sap/opu/odata/sap/ZGW_CREATE_USER_SRV/USER_CREATESet('ALTOBELLIA')?
This results in correct Address retrieval :
Now with following URI
hostname/sap/opu/odata/sap/ZGW_CREATE_USER_SRV/USER_CREATESet?
User is in the set of results but the Address structure is not filled...
The method GET_ENITITYSET was not getting address data whereas GET_ENTITY was ok.
Correction made and it is now ok with the initial bindings :
<ObjectIdentifier title="{Username}"/> | |||
<Text text="{Address/Lastname}"/> | |||
<Text text="{Address/Firstname}"/> |
Best regards,
Hi,
Please provide output of R3trans -x and logs of trans.log file.
Regards,
Prem
Hi Sascha,
The ESP software no longer uses file-based configuration (node*.xml). (This post is from 2013.)
For more information, please see:
Thanks,
Alice