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

Performance issue with set_table_for_first_display

$
0
0

I want to know that performance wise which procedure is best to display simple reports (Single screen output) from the below :

1. set_table_for_first_display  &

2. Reuse_alv_grid_display.

 

While using set_table_for_first_display we have to define screen.

Will it take more time because of the screen (Screen Loops)?

 

 

Please give me your suggestions.

 

Thank You,

Uday


Re: Getting the Months of an year read dynamically from Dimension Property

$
0
0

Thanks Srikant,

That was helpful and didnot given any syntax issue.

But in one of the scipt logic primer books i came across BAS(%PLANYEAR%.TOTAL) and in BPC.10.1 it is giving an error.

Dump after selecting Travel and Expense tab in ESS

$
0
0

Hello Experts;

I have a user getting a dump after selecting the Travel and Expense tab in ESS.

Same issue when logging in to ESS on different computers

 

Category: ABAP Programming Error

Runtime Errors: OBJECTS_OBJREF_NOT_ASSIGNED

Except: CX_SY_REF_IS_INITIAL

ABAP Program: CL_POWL_UI_HELPER=============CP

Application Component: BC-MUS-POW

Short Text: Access using a 'ZERO' object reference is not possible.

 

Information on where terminated: The termination occurred in ABAP program "CL_POWL_UI_HELPER=============CP",in "RENDER_DELTA_TABSTRIP". The main program was "SAPMHTTP"

 

In the source code, the termination point is in line 235 of (Include) program "CL_POWL_UI_HELPER=============CM00D". The termination is due to exception "CX_SY_REF_IS_INITIAL" occurring in procedure "RENDER_DELTA_TABSTRIP" "(METHOD)". This exception was not handled locally or declared in the RAISING clause in the procedure's signature however. The procedure is in program "CL_POWL_UI_HELPER=============CP". The source code begins in line 1 of (include) program "CL_POWL_UI_HELPER=============CM00D".

 

Line 234 code: CONCATENATE l_caption l_tooltip l_type_text INTO l_tooltip SEPARATED BY space.

>>>Line 235 code: lr_caption = lr_tab->get_header( ).

Line 236 code: lr_caption->set_text( l_caption ).

Line 237 code: IF mr_model->check_new_ui_enabled( ) IS INITIAL.

Line 238 code: lr_caption->set_tooltip( l_tooltip ).

Line 239 code: ENDIF.

Re: Add new two columns dynamically based on Currency

$
0
0

Thanks you very much for your response

Re: CPAObjectNotFoundException

$
0
0

Hi Debanjan,

You haven't told us what kind of scenario you are developing, but first of all, you can check your scenario in the Integration Directory, Testing the Configuration - Integration Directory - SAP Library

 

Change the description in all your objects an reactivate them, in order to do a dummy change and to avoid that the PI use the CPA cache for that objects.

 

If the error persists, try to refresh the CPA cache, http ://<server>:<port>/CPACache/refresh?mode=full with PIDIRUSER or user with similar roles.

 

Finally you can check these threads about the same issue:

 

Couldn't retrieve inbound binding for the given P/S/A values

Error: .CPAObjectNotFoundException

Error Couldn't retrieve outbound binding for the given P/S/A values

 

Hope this helps.

 

Regards.

Re: SAP Carrier

$
0
0

Many many thanks to you for giving me a good advice.

Message no. IR028

$
0
0

Dear Expert,

 

When I am enter the same previous counter reading in IK11,system gives me warning message.

 

Counter reading same as in the previous document xxx Message no. IR028

 

I want to change this message from warning to error.Please let me know how to do this.

 

Regards.

 

Swapnil

sap best practice add-on's upgrade from ERP 6.0 EHP3 to EHP7

$
0
0

Dear All,

 

I need to upgrade our SAP BEST PRACTICE add-on's from EHP3 to EHP7.

 

While upgrading to ehp7 sum tool is asking me to take decision on following add-on's

 

Source Releases:

sap bp addons.PNG

 

Target Releases: BPERP 617V6 & other add-on's.


Instead sum tool accepting bellow releases only.

 

bp sp target.PNG

 

 

I need to have SAP BEST PRACTICE ADD-ON IM&C in EHP7.

 

I tried to update both add-ons by placing files in EPS/in.

First I put BPERP617V, sum tool didn't find this package. Then I put BPERP05 603V8, it accepting this package.

 

SUM tool is taking BP-ERP05 603V7 to BP-ERP05 603V8(EHP3).  SUM Tool not accepting BPERP617V6 EHP7 PACKAGE.

 


How to upgrade the add-on's from BP-ERR05 to BPERP_617V6(which is applicable on ehp7) & BP-INSTASS to ehp7 release?


Do I need to undeploy them first and upgrade ehp7, after that deploy IM&C add-on?

                                                  or

Keep the version first and finish the ehp7 upgrade and then deploy on Existing ones?

 

 

Thanks & Regards

Venkatesh P


Re: NWBC Side Panels - Not Working

$
0
0

But should my Data Context viewer be blank?

 

I'm not sure why its blank.

 

Scripting is turned on - the SAP GUI property collector works fine...

Re: Import new postion in existng product trees

$
0
0

Hi,

 

It is possible. You just need enter the minimum Linenum as the last existing line number because line number starting from 0. All other lines would +1 each.

 

As the screen you posted, the minimum linenum should be 6.

 

Thanks,

Gordon

Cadastro de Fornecedor/Produtor Rural com mesmo CPF e diversas Insc. Estaduais

$
0
0

Boa tarde, colegas.

 

Estou num cliente que recebem depósito armazenagem de produtor rural, ou seja, há necessidade de cadastrar o produtor como fornecedor com o mesmo CPF e diferentes Inscrições Estaduais.

 

Porém,como sabemos, o SAP bloqueia ao adicionar quando há cadastros com o mesmo CPF e/ou CNPJ.

 

Já passaram por esta situação?? Qual foi a solução??

 

Obrigada!

Andrea Quinole

Re: Could not start the app due to an internal error

$
0
0

Is this application copied and then modified?

 

If yes then you need to check the file path in controller.js

Re: Calling Java from JSP in a form action

$
0
0

Hi Victor,

 

Hm, there seems to be some basic understanding missing. First, if you need a JSP for your UI, a JSPDynPageComponent instead of an AbstractPortalComponent might make much more sense, just as the framework delivers primarily the eventhandling which otherwise you have to implement by yourself (of course this is possible, but not graceful at all). See for example Tutorial III: Building a JSP DynPage - Portal - SAP Library and around.

 

Then your concrete error comes from "<FORM name="helpForm" method="post" action="login.ChangePassw">". The "action" is translated into a call for a URL relative to the current URL, and it uses "login.ChangePassw" as value. This leads to the portal looking up an application "login" with the component "ChangePassw", which does not exist.

 

Then, you defined the ComponentType as servlet where in fact you wanted an AbstractPortalComponent, which is defined by not passing any parameter for the ComponentType (but the same holds for JSPDynPage or DynPage; just for native servlets and pure jsp's there is the possibility to leave the standard portal way).

 

I would urgently suggest to work through the Developers Guide (see link above), as it makes no sense to get this straight bit by bit here in the forum.

 

Hope it helps nevertheless

Best regards

Detlev

Re: Crystal XI R2 RDC ViewReport function does nothing in Powerbuilder 12.6

$
0
0

The KBA you linked to is specific to PB, nothing to do with Crystal reports, so I am not sure if that will help(?).

 

As for update from SAP - I am not sure what update should be forthcoming(?). In case you do not have access to the KBA, here is the content:

 

 

NOTE: Internal KBA - Not yet released to public

 

 

- Ludek

 

Message was edited by: Robert Nestor

Re: Could not start the app due to an internal error

$
0
0

No, this app is developed from scratch.


Re: Dump issue

$
0
0

Hi Sai,

 

The issue is not very clear from the dump analysis above. What exactly are you trying to achieve.

In general, you could check if any method in class: CL_HTTP_UTILITY could cater to your needs of conversion.

 

Best Regards,

Parul

Re: Alert if AP Invoice is not posted before 5th of Every Month

$
0
0

Ho Gopi,

 

Do you mean all open GRPOs for this vendor need to be copied to AP Invoice before 5th each month?

 

Thanks,

Gordon

Re: SAP best practises and ASAP Methodology

$
0
0

Hi Naveen,

 

Perhaps if you gave some more details on what you are looking for we could be more helpful. Are you working on a project and want to make sure that the implementation goes well? Are you trying to self educate on SAP in order to get a job? What is your role? Are you a project manager, a functional configurator, a technical person or ...?

 

My best advice, given the information we have, is for you to look for a good book on SAP. SAP Press puts out many excellent books that give context and best practices. You can get them directly from SAP Press or from any other online book seller or even your local bookstore (or a library).

 

I hope this helps! If you respond with some clarification, perhaps the community will be able to help you zero in more specifically on something that targets your exact focus.

 

Best regards,

  --Tom

 

Thomas Dulaney

Partner, The Peloton Group

Program Chair, ASUG Program Management and Maintenance SIG

Re: Runlogic PH issue on BPC 10 for parallel run

$
0
0

If I remember it correctly they found locks in RSPLSE finally.

 

In latest version RUNLOGIC reports which process succeeded and which failed.

 

What problem do you have?

 

Gersh

Re: Dashboard on IPad via SAP BI App

$
0
0

Remove the HTTP:// maybe? And Enterprise logon is correct (not SAP?)?

Viewing all 8713 articles
Browse latest View live




Latest Images