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

Re: usage of FRC1 condition to split cost equally for PO item

$
0
0

Hi All,

 

unfortunately, it's not working as desired to set FRC1 as "fixed amount", this does not help and will set the amount in FRC1 to each PO item...if i enter FRC1 in header as $100..

each PO item will have $100 for FRC1..this is not what the user wants.

 

FRC1 should be under "quantity" and the problem now is, how to enhance this condition better to let system auto calculate based on the PO item quantity.

 

For example

PO item 1 - 10 KG

PO item 2 - 20 KG

PO item 3 - 15 KG.

 

next i keyed in the FRC1 in the header with amount $$450...

i want the system to auto split this $450 based on each PO item qty like below.

PO item 1 10 KG --> $100

PO item 2 20 kg --> $200

PO item 3 15 KG --> $150

 

thank you very much.


Re: How to delete or uninstall EHP7 for SAP 6.0 completely

$
0
0

Hi,Gaurav

 

Thanks a lot!

 

I found the uninstall path in SWPM.

SWPM_Uninstall.PNG

 

Best regards,

Daniel

Re: Error while creating service entry sheet due to material group deletion

$
0
0

So what is the solution to this.

 

How can I create a service entry sheet to this PO

Re: CORT

$
0
0

Hi,

 

May be the Overview is showing the summary of all including the Confirmations and Cancellations of all line items. The individual line item(Details Screen) shows the correct data.

 

If still not clear then please share the screen shots of both Overview and Details screen.

 

Regards,

 

Vibin.V.Joseph

Re: Absence Valuation wagetype

$
0
0

Hi Venktesh,

 

Tell me if i am wrong,

When we add any wge type in the system, its supposed to be reflecting in the drop Down box,

When i went to the valuation screen where we mentioned the wage type to be paid out- it should have come in drop down but may be restricting in view as above said only 500 hits are there so meight be be we need to increase it to more..... but when we just type it also in the BOX system is taking it,

 

i don't need to add the wage type through Drop Down, if its configured well ?

Re: Error occured when openning db connection

$
0
0

Hello Norman,

 

My problem was also solved by your method. Many thanks!

 

In spite of the existing libSQLDBCHDB.so with permission 777 in dir /usr/sap/<SID>/DVEBMGS00/exe/dbhdbslib.so, I copied it from /usr/sap/hdbclient/. Then the exactly-the-same problem was solved 

 

Best Regards,

Eachann

How to Maintain S-User for SAP Service & Support Backbone

$
0
0

Hi All

I'm configuring application incident management in sap solution manager 7.1 sp12 according document "ITSM_Guide_AIMConfig_final". I'm configured to step 2.3.1 "Maintain S-User for SAP Service & Support Backbone ". I have to fill manually information into field " User" and " Contact person". How to sync user and contact from sap support portal to my sap solution manager? If you have documentation to configure application incident management,please send to me.

Thank you and best regards

snip123456789.PNG

Re: Deleting UI5 app in Transport

$
0
0

I guess you want to keep the app in source system and want to delete in the destination system.

In that case, copy the existing app into a new app. Based on the package assignment for the new app, this might require a new transport.

 

Now that you have the backup of the app, delete the app. This will ask for a transport for the delete action. Create a new transport for this. Release this new transport. This will delete the app in destination system as well.


Re: Order to Cash

$
0
0

Hi Chandra,

Have you been succesfull in implementing the O2C scenario?

Was wondering if you were able to display data from Standard ABAP table like VBAK.

I am stuck with that, and would surely appreciate your help.

Thanks!

 

Nitya.

Sap Basis

$
0
0

HI, I am Arvind Currently learning SAP basis in an institute. I have a year and half experience in system Administration from linux platform. I am looking to change to SAP basis field. Will my experience be counted and will i get a job. If you could help me it would be much appreciated.

Re: BAPI_PROJECT_MAINTAIN : Fill in all the required fields

$
0
0

Hi KS,

 

Thanks for helping me so far.

I have tried the code.

 

I get this message BAPI: Individual check for creating the object WBS Element 30112-01 required.

Message type is S. CNIF_PI(004).

 

Then I get a dump at BAPI_TRANSACTION_COMMIT, : pre commit did not run successfully.

BAPI should be rolled-back.

Here is the code.

 

CALL FUNCTION 'BAPI_PS_INITIALIZATION'.

 

 

     L_PROJECT = '30112'.

*    Lwa_WBS-WBS_UP      = '30112-01'.

     Lwa_WBS-WBS_LEFT  = SPACE.

     Lwa_WBS-WBS_ELEMENT = '30112-01'.

     Lwa_WBS-DESCRIPTION = 'TEST'."PRPSS-POST1.

     Lwa_WBS-PROJ_TYPE   = '02'."PRPSS-PRART.

     Lwa_WBS-WBS_PLANNING_ELEMENT = 'X'."PRPSS-PLAKZ.

     Lwa_WBS-WBS_ACCOUNT_ASSIGNMENT_ELEMENT = space. "PRPSS-BELKZ.

     Lwa_WBS-COMPANY_CODE = '0010'."PRPSS-PBUKR.

     Lwa_WBS-CONTROLLING_AREA = '0010'."PRPSS-PKOKR.

     Lwa_WBS-RESPSBL_CCTR_CONTROLLING_AREA = '0010'."PRPSS-FKOKR.

     Lwa_WBS-RESPSBL_CCTR = '3000'."PRPSS-FKSTL.

     Lwa_WBS-CURRENCY = 'GBP'."PRPSS-PWPOS.

     Lwa_WBS-USER_FIELD_KEY = 'Z1'."PRPSS-SLWID.

    APPEND lwa_wbs to LT_WBS.

 

       CALL FUNCTION 'BAPI_BUS2054_CREATE_MULTI'

       EXPORTING

         I_PROJECT_DEFINITION = L_PROJECT

       TABLES

         IT_WBS_ELEMENT       = LT_WBS

         ET_RETURN                  = LT_RETURN.

 

     READ TABLE LT_RETURN INTO lwa_return WITH KEY TYPE  = 'E'.

     IF SY-SUBRC EQ 0.

*      MESSAGE  E001 WITH LT_RETURN-MESSAGE.

       MESSAGE 'PEEKINDI' TYPE 'E'.

     ENDIF.

 

     CALL FUNCTION 'BAPI_PS_PRECOMMIT'.

 

     CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.

 

This individual check, I am not understanding. Can you please comment if I had missed any fields?

 

Also can you please help with some code, if you have already.

 

Thanks,

Anil

 

Message was edited by: Anil Supraj

Mutual SSL onboarding with Harmonized API - windows

$
0
0

Hi Folks,

 

I am working on harmonized API for windows phone and could not find a break through with onboarding.

 

First of all,

Platform used: Windows mobile

Server: SMP server

Server configurations: Everything is perfect and I am able to try out Mutual SSL using a rest client

Device configurations: I have imported the p12 certificate ( user certificate) , SAPNet CA certificate, server trust certificate, removed the corporate network proxy and tested Single SSL to ensure that the network is reachable.

 

Problem: Registration with SMP server gives me an exception: HRESULT: 0x80072f7d

Also, I had a feeling that when the request is coming down to the device to provide the user certificate, the certificate in the device trust store would be picked. Is there any additional code that has to be incorporated into the application to send the client certificate?

 

Any help will be most appreciated.

 

 

Thanks a lot in advance!

Sharvari

Re: How to create a help button beside a field and provide help text.

$
0
0

Hello,

 

I think action menu is an ideal solution for this.

 

But I've done something similar recently, but aint sure if this is exactly what you intend on achieving as you need to add an additional context attribute!!

For this, you define an additional context attribute, say NEW_FIELD, and  modify IF_BSP_MODEL~INIT on the context implementation class to add the new field to struct ref. Also, add GET_ and SET_ methods for the new element. Now in the get_p for the field, make field type as image, and trigger an event on click to 'EV_NEW_FIELD'. In the GET_NEW_FIELD method, comment out the entire code and add something like below to specify the image source

cl_bsp_mimes=>sap_icon( id = 's_f_help.gif'

 

 

 

Change the configuration of the corresponding view to add the new field, next to the field you intend on having help on. now, on the event handler method for the field (EH_ONEV_NEW_FIELD!!), you can either use standard component gsurlpopup by passing value for url into the context node, or just use javascript to open the url.

 

Thanks

Re: Sapscript page numbering

$
0
0

It must automatically incremented  after the new page is created... are you sure u have the  next

page generated...

Re: PB.Net 12.6 features

$
0
0

You can read about the features here:

 

SAP PowerBuilder 12.6 – SAP Help Portal Page

 

Unfortunately, the documents contain links to the Sybase.com web site for more information, which is currently redirected to the SAP.com site with no specific page selected.

 

.NET 4.0 and 4.5 are supported as well as windows 8.0 and 8.1.  I did not see ORA12 or MSS12 in the documents.

 

Randy


Re: How to avoid space on page footer ?

$
0
0

Sriram,

 

What version of Crystal Reports are you using?  I'm on 2008 and am curious if the issue has possibly been addressed in a newer version.  I would gladly upgrade to fix this problem.

 

If that's no good, have you come up with a good workaround?  I've searched and searched the vast corners of the internet with no luck on resolving this.

 

Thanks,

Chris

Re: Problem migrating reports. Parameters are not used by report

$
0
0

That looks good to me.

 

Here's my other thought..... Is the Crystal 2008 or Crystal for VS 2008 SDK installed on the computer where you're writing this code in VS 2013?  If so, that's your problem - the two SDKs can't be installed on the same development machine.  So you'll have to uninstall the Crystal SDK that's being used in VS 2008 or work from a machine (or VM) where VS 2008 is not installed.

 

-Dell

Re: PB.Net 12.6 features

$
0
0

That's what I thought. Do you know if there were any bug fixes specific to PB.Net? Seems like there would have been some low hanging fruit there.

Re: Transfering Trip Costs to FI - Maintain Value in Field BKPF-BKTXT

$
0
0

HI Armin, did you solve this issue? I have the same issue,

Thank you

 

Lorenzo

Re: Charset cp850 Sybase ASE - ADO.NET

$
0
0

Hi Dawn,

 

Thanks for your answer

 

Regards,

Raúl

Viewing all 8798 articles
Browse latest View live




Latest Images

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