Quantcast
Channel: SCN: Message List
Viewing all 1467 articles
Browse latest View live

Re: Error : Installation SAP B1 9.1 on win 10

$
0
0

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.


How to view Asset List based on Company Code....

$
0
0

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

Re: Smartforms

$
0
0

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

Re: Extractor Framework Errors

$
0
0

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

Re: Last PO Item Price

$
0
0

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

Re: How to view Asset List based on Company Code....

$
0
0

Hi Venkatakrishnan,

 

You will get those details from ANLA table, You can create a query report also by using this table.

 

Regards,

Ravi

Re: Withholding tax from treasury documents is not getting updated FI

$
0
0

Hi Dipti,

 

Check the field status of w.h.tax information for the vendor recon.account in OB14.

 

Regards,

Mukthar

Re: Auditing Scheduled Reports and the Prompts used

$
0
0

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.


Archived report cannot be found in OADR/OAM1

$
0
0

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

Re: Status of information spaces, Dashboards and universes after updation from BO 4.0 to 4.1

$
0
0

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.

Re: SAP DMS

$
0
0

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

Re: Auditing Scheduled Reports and the Prompts used

$
0
0

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)

Adapter module or Java mapping to convert object into an array in JSON output

$
0
0

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

Re: HTML Viewer - Replaceable Parameters?

$
0
0

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

Re: Auditing Scheduled Reports and the Prompts used

$
0
0

this data is from CMC repository, not from audit


Re: SOAP - PI - RFC synchronous

$
0
0

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.

Re: Enabling ERP customer factsheet in C4C

$
0
0

Hi Dedeepya,

 

Please find screenshot of the error message

 

SCN.jpg

 

Regards

Ali

Re: Select dialog fragment with values from different Odata nodes

$
0
0

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 :

ALTO1.PNG

Now with following URI

hostname/sap/opu/odata/sap/ZGW_CREATE_USER_SRV/USER_CREATESet?


ALTO2.PNG

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,

Re: OS migration using Distribution Monitor

$
0
0

Hi,

Please provide output of R3trans -x  and logs of trans.log file.

Regards,

Prem

Re: ESP Studio: connecting to a project on a remote server.

Viewing all 1467 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>