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

Re: IDT is not getting exported to the BO repository

$
0
0

Hey Sri,


Are you using the same version of Client tools as the Server tools?

 

Thanks,

Mahboob Mohammed


Re: Print preview window while print smartform

$
0
0

Full code of Form:

DATA : gs_control_params TYPE ssfctrlop,

gs_output_options TYPE ssfcompop.


.............................................................

............................................................


PERFORM display.



FORM display.

DATA: lv_form TYPE tdsfname VALUE 'ZPM1234',

         lc_x    TYPE tdbool   VALUE 'X',

         v_fm_name TYPE rs38l_fnam.

CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'

EXPORTING

       formname           = lv_form

IMPORTING

       fm_name            = v_fm_name

EXCEPTIONS

       no_form            = 1

       no_function_module = 2

OTHERS             = 3.

   gs_output_options-tdnoprev = 'X'.

   gs_control_params-no_dialog = 'X'.

   gs_control_params-preview = 'X'.

 

CALL FUNCTION v_fm_name

EXPORTING

       user_settings      = lc_x

       control_parameters = gs_control_params

       output_options     = gs_output_options

       p_qmnum            = p_qmnum

       p_qmtxt            = p_qmtxt

 

TABLES

       itab               = it_afvc[]

EXCEPTIONS

       formatting_error   = 1

       internal_error     = 2

       send_error         = 3

       user_canceled      = 4

       OTHERS             = 5.

 

ENDFORM.                    "display

Re: Incorrect session found in HTTP header X-SAP-LogonToken (too many values)

$
0
0

Thanks for the help Dan!

 

You've fixed my problem!

Re: Query Refreshing message in Design Studio

$
0
0

Mustafa, thanks for your reply. The spinning color wheel appears in my dashboard only while the dashboard is loading initially. But, we do not see the spinning color wheel in our other dashboard when queries are refreshing after the dashboard is loaded. If the dashboard is supposed to show that color wheel then definitely we do not see that. Is there a setting that can be altered in Server for the wheel to appear when the queries are refreshing (when the queries are refreshing based on an onclick/onselect event), because I am 100% positive we do not see that now. I will also have my basis team look into it.

 

On the Side note your suggestion to hide the message "On Result Set Changed" actually solved my purpose.

Re: B2B OutBound Error - Nfe 3.10

$
0
0

Renan,

 

Isso, não é necessário usar o Mail Package segundo a solução do documento.

 

Confira o log do canal de comunicação p/ ver se ocorreu algum erro no envio.

 

[]'s

JN

Re: How to specify to only consider certain locations during the planning?

$
0
0

Hi Nitesh,

 

Limiting the number of transshipment locations doesn't really solve my problem.

I am limiting the number to 2. Naturally, because of our transportation network we have set up, I also get proposals with transshipment locations that do not apply to this specific account / customer.

 

Either way, I will try to set up default routes when we get that functionality moved to production.

 

Thank you for the info and I'll let you know whether it worked or not.

 

Adrian

Re: Quantity structure - Tcode CKMLQS

$
0
0

Hi Marcelo,

 

Could you Please help out as we are facing the same issue. In CKMLQS it is not SFG's of previous Period.

 

STEP 1: RM1+RM2+RM3 = SFG1

STEP 2: RM4+RM5+RM6+SFG1 = SFG2

STEP 3: RM1+RM7+RM8 = SFG3

STEP 4: RM9+RM2+SFG2+SFG3=FG

 

Note: Consumption of SFG can be partial in next step.

 

The batchs are executed over a period of 3-4 months. We would like to see the cost of raw materials each step and the overheads each step in reporting structure similar to CKMLQS,

Re: Update Partner information in PO

$
0
0

Hi Experts,

 

As I cant update partner number where partner role is 'VENDOR' through BAPI_PO_CHANGE, is there any other BAPI or standard FM to update the partner number for a PO?

 

Can anyone help me out from this?

 

Regards,

Arindam Samanta.


Can not connect to Cloud Connector

$
0
0

Hi,

 

 

I am not able to configure HANA cloud connector. I have been using Developer's version(2.7) of the Cloud Connector (along with Oracle JDK 1.8) and I executed GO.BAT file. It returned "osgi>" prompt with following message-

 

java version "1.8.0_77"

Java(TM) SE Runtime Environment (build 1.8.0_77-b03)

Java HotSpot(TM) 64-Bit Server VM (build 25.77-b03, mixed mode)

Note: Closing this window will stop the SAP HANA Cloud Connector

 

 

C:\HANA\CC-2.7>"java" -server  "-XX:+HeapDumpOnOutOfMemoryError" "-XX:+DisableEx

plicitGC" "-Xms1024m" "-Xmx1024m" "-XX:MaxNewSize=512m" "-XX:NewSize=512m" "-XX:

+UseConcMarkSweepGC" "-XX:TargetSurvivorRatio=85" "-XX:SurvivorRatio=6" "-XX:Max

DirectMemorySize=2G" "-Dorg.apache.tomcat.util.digester.PROPERTY_SOURCE=com.sap.

scc.tomcat.utils.PropertyDigester" "-Dosgi.requiredJavaVersion=1.6" "-Dosgi.inst

all.area=." "-DuseNaming=osgi" "-Dorg.eclipse.equinox.simpleconfigurator.exclusi

veInstallation=false" "-Dcom.sap.core.process=ljs_node" "-Declipse.ignoreApp=tru

e" "-Dosgi.noShutdown=true" "-Dosgi.framework.activeThreadType=normal" "-Dosgi.e

mbedded.cleanupOnSave=true" "-Dosgi.usesLimit=30" "-Djava.awt.headless=true" "-D

io.netty.recycler.maxCapacity.default=256"  -jar plugins/org.eclipse.equinox.lau

ncher_1.1.0.v20100507.jar  -console


osgi>

 

 

But when I am trying to access the Cloud Connector instance from browser using URL "https:\\localhost:8443" it says "This site can’t be reached". I have also tried it with SAPJVM 8, but behaviour remains the same. I was using Windows 7 (64-bit). Can someone please guide me what else I have to do to access the Cloud Connector instance?

 

 

Thanks.

Tapas.

Re: ADS SQL does not accept backticks round keywords - why not?

$
0
0

Hello Jens, Robert,

 

It looks like you are correct but indeed the person responsible for the MySQL database we fill from our program says setting the server to accept double quotes has some other unwanted implications. I think I will just remove the back-ticks in my processing program for ADS, between UPDATE and WHERE; this should work if I check if UPDATE and WHERE aren't reserved fields as well!

Re: Which version of OS and version is the SAP ASE Developer Edition?

$
0
0

Jean-Pierre,

 

I hear you and I agree, however, what happened to the industry as a whole I believe can be attributed to the outsourcing of our jobs.

 

Best,

Rob

Re: pb 12.6 classic using 64 bit

$
0
0

Hi Roland;

 

  Good suggestion!

 

  Another possibility might be Buck's DataWindow approach if its like an appointment or plannning calendar ... Extreme Datawindows - Main

 

Regards ... Chris

Re: Error: FioriClient - SMP 3.0

Re: How to call calculation view via script with parameters

$
0
0

Hello Renato,

 

the problem occurs, because actually the "Multiple Entries" parameter from the scripted calculation view is transferred as "single value" parameter to the graphical calculation view, called in the SQLScript logic.

 

If you enter e.g. two parameter values 1000 and 2000, the values are transferred as "'1000', '2000'".

Because you parameter in the graphical calculation view is (of course restricted to four characters) the value is cut off. You can see that in the error message where the value "'1000" is displayed (that are the first four characters of the string).

 

If you wanna go with that solution you have to increase the parameter length. But I would recommend to find a solution w/o the scripted calculation view, cause scripted calculation views are a kind of "dead end" solution due to the fact that they should be removed aka replaced with graphical calculation views and/or table functions.

 

Regards,

Florian

Re: Entering SAP with less than 10 years to retire

$
0
0

Thanks Jelena. Yes, I see its already crowded. I will see TD's content for any crowd navigation advise.


Re: SAP FIORI My Inbox catalog SAP_FND_BC_MANAGER_T is not appeared In SAP Launchpad designer

$
0
0

Hi Masa,

 

This is the first time we are setting app FIORI My Inbox here. I can see some other catalogs for example employee and manager apps but I cannot see SAP_FND_BC_MANAGER_T catalog.


I have created Workbench/Customize request as per the given link now the transport error is gone but still I cannot see all catalogs. I can see some of them..

 

 

Fiori_default_catalog_FLP.png

 

 

I also noticed that there is no LPD_CUST  menu available for My Inbox app in Gateway server.

 

I went ahead and look SE80  for Inbox app and I did not able to test the app from here , looks this file doesn't have any index.html file.

 

Index_html_file_missing.PNG

 

Any one can help me ,  badly stuck here.

 

Thanks

Krishna

Re: PCD API : NoClassDefFoundError : com/sapportals/portal/pcd/pcm/roles/PortalWorkset

Combining 2 sets of licenses

$
0
0

Situation:

 

Two (related) customers now have their own server and both have ADS running on each server with a different number of users, say 18 and 12

 

IT manager proposes to move them both to 1 new server. That would mean we can install ADS once, but we basically need to combine their licenses to 1 30 users license.

 

Is that possible?

Re: Screen Modification based on Company code, EE grping &  EE sub grouping

$
0
0

thanks for reply but can you let me know what variable key should I take. if possibel can you share screenshots  i have make new entry in T588M where i have to take variable key so here what should i takr as a value?

Re: E_HANAINS131 ?

$
0
0

Why do you have to have certification to install HANA/SUSE ?  When you don't have to have certification to do the platform migration ?

 

Can you point me to the note that states this, it would be appreciated.

 

Thanks,


Darren

Viewing all 8798 articles
Browse latest View live




Latest Images