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

Re: SAP CRM Business Partner Logo/Image Upload & Display

$
0
0

Hi ,

 

You have to follow steps below to add image in web UI with MIME object.

1) Firstly we have to load the image to Required component(BSP Application). For this go to se80 select your component.

Select import. A selection window will come.


 

2) select image

 

3) After this the image will come under MIME object of BSP application.

4)Now use any field make it type of image by adding code in Get_P method as :-

rv_value = cl_bsp_dlc_view_descriptor=>FIELD_TYPE_IMAGE.

5) Add below code in Get_A method.

value = '/SAP/BC/BSP/SAP/bspapplication name/imagename.bmp'.

 

We have done this for only testing purpose .

Hope it will help.

 

Regards,

Harish Kumar


Re: how to assign reference fields in database view table from standard table fields

$
0
0

Hi Vijay Kiran,

 

Add MEINS in your database table...  Problem solves .........

 

 

Re: PPV and FX

$
0
0

Hi,

 

Another thing I want to add up which is, they already have FX account (310900)for FI that gets post in FI but in MM(PPV) they want SAP to do the calculation for FX.

 

So they don't want to touch FI entry just want to modify invoice entry in FI that is coming from MIRO.

Re: Suppress deployment error due to master data absence

$
0
0

Hi Guru,

I am assuming you are using program /SAPAPO/RMSDPDEP. Did you try checking the option " No Message if destination location missing"?

 

Re: automated check for new Patches (new patch level)?

$
0
0

Hello Billy,

 

This is excatly what I was looking for. Thanks a lot!

 

regards,

Vladimir

Re: Error in SAP System when trying to do "Extract Method"

$
0
0

Thank you for the quick reply.

 

I'll get in touch with our basis guys and will report the results here later.

Re: Consuming Calculation view with a variable in a SAP BO Explorer

$
0
0

Hi Glen,

 

Because of the limitation with using variables with Explorer, we ended up chaning the design of HANA view. We don't use variables anymore.

 

Regards,

Vimal Shah

Re: System Monitoring grey status

$
0
0

The SAP Note that indicated Vivek Hegdesolve the problem for me.

 

1819848 - All metrics are grey in Technical Monitoring


Delta load duplicating values

$
0
0

Hi all,

Sometimes when a document order is modified, when it's load via Delta, everything is properly overwritten except ratios which are duplicated, like summing the previous value plus the new one.

 

Do you know why is this happening and how to solve it?

 

Thanks,

Re: How to make Trip Number Column visible in Traveler Work Center

$
0
0

Hi Sundeep,

 

I am pretty sure that you can do this WITHOUT enhancements etc.

 

If you go to the the customising client and enter transaction POWL_QUERY and then double click on query ID's (individually) FITV_POWL_TRIPS, FITV_POWL_TRIPS_EXP and FITV_POWL_TRIPS_TR and then follow these steps:

 

1. Click on layout variant

2. Browser will start and then you will be in miantain layout for query FITV_**

 

query.JPG

3. Right click on the column header and select settings for current configuration

4. Select trip Number and add to displayed columns (change the sequence if neccesary)

 

query2.JPG

5. Save and close

6. Add to your transport and rest you know what to do

 

Hopefully this should change the layout for all users.

 

Hope this helps

 

Ankur

Logoff method does not work in EP7.3

$
0
0

Hello,

I have implemented a solution to logoff an user from portal after a idle timeout interval of 60mins.

The solution is similar to the solution provided in the below link

http://wiki.sdn.sap.com/wiki/display/EP/EP+Snippet+-+Portal+user+idle+timeout+for+logoff+-+custom+javascript

 

The Logoff method in the above sinppet is javascript standard function which works well with Portal 7.0 but the same code does not work in Portal 7.3.

Below is the code that is written in the custom javascipt file

function logoffAcn(){ \n" +

   "  try{ \n"+

   " var val='logoff'; \n" +

   " logoff(); \n"+

   " val= window.showModalDialog('/irj/servlet/prt/portal/prtroot/com.acn.desktop.idletimeout.SessionExpired', '', 'dialogHeight: 180px; dialogWidth: 400px; edge: Raised; center: Yes; help: No; resizable: No; status: No'); \n" +

    " } catch(e) { \n"+

   " alert('inside exception' + e.message) \n" +

   "     } \n" +

   "} \n" +

 

When the funtion logoffAcn is called, logoff() throws and exception as below

 

"The value of the property "logoff"is null or undefined, not a Function object.

 

But i am very sure that we dont have to define this method anywhere in the code.

Is there any library file that has to be added for this method?

 

Help will be appreciated.

 

Thanks

Jeet

Re: SAF-T Report Function (For Portugal)

$
0
0

Hi Eli,

 

Many thanks for your prompt reply!

 

Kind regards

Stuart

Re: Pseudonyms (fictitious name) in SCN

$
0
0

Fair enough and thanks for the insight into the origins of the name and the photo. I have been wondering for some time what the story is behind it.

 

But not knowing that it is also reasonable that folks might to scared off a bit, or at least be suspect that it is not an encounter with the "normal" application configuration realm...

 

Some folks out there have to wear suites everyday, process workflows all day long, get involved in meetings about the workflow projects and might use google even...

 

Personally I changed my avatar picture just to demonstrate how silly the points system is (you get points for changing your avatar), It is also not really professional - I admit.

 

If SCN gets rid of the silly points system, then I am sure that things (and comparisons, rivalry...) will settle down and more focus can be placed on original and useful content. Folks will be more inclined to use their real names, and if they dont then that is also ok as they behave professionally anyway.

 

Cheers,

Julius

Setting the ERP Back end Alias in the OdataModel when calling SAP NetWeaver Gateway

$
0
0

Hi,

 

Do anyone know what the equivalent is of ";o=ERP_ALIAS" in the sapui5 oDataModel class when defining a model calling the SAP NetWeaver GW?  I have tried adding it to the path and aggregate bindings but that does not work at all.

 

Thanks

Andre

Re: Cascading prompts in Business View Manager

$
0
0

Hi Prathamesh,

 

I have browsed all data it is browsing correctly when I click on schedule it is saying as

" There is no scheduled List of Values instance. This list of values executes on demand. "

 

And some time it is failing am I doing anything wrong?


Re: Process wise Profitability in same Plant

$
0
0

Hi...

 

You create semi-finished goods per each process.

Finished goods  is composed of semi-finished goods of each process.

When process A goes to process for further processing,  you put

semi-finished goods which is produced through process A into production order
with semi-finished g
oods of process B.

Profit center of A semi-finished goods is different from
profit center of
B semi-finished goods.

You set transfer price between A semi-finished goods and
B semi-finished goods
to check profitability in each of the Process.

Re: es posible conocer el código de un reporte standard de SAPBO

Re: MRP Re-order point qty change -Old PR's not deleted

$
0
0

hi,

 

planning departman have to check undelivered PO's after that you can run updated MRP Area .

 

1- you can delete or quantity fulfilled in pr

2-ME5A is filtered status 'N,A' , this documents are not related with po. After that, you have to check undelivered po's. You can try ME2N to calculate of po quantity - migo quantity to tick last delivery.

 

It is done with MEMASSPO tcode.

 

M.Ozgur Unal

Re: Upgrade from SAP 4.7 to ECC 6.0 EHP6

$
0
0

Hi Reagan,

 

Copy & paste ..but both place not clear solutions.

If possible please provide clear solution...

 

@Deepak How to migrate 32bit to 64bit OS migration.(4.7 is running on 32bit operating system)

 

Thanks & Regards,

V Srinivasan

Re: SAP Travel expense report mobile app from Iphone soft GBTRV sp2

$
0
0

HI Uday,

 

There is no attachment in the thread, can you please attach it.

 

Srikanth

Viewing all 9071 articles
Browse latest View live


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