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

error generating SQL: com.sap.sl.hams.api.query running expression:Bad value for field: Null data

$
0
0

error generating SQL: com.sap.sl.hams.api.query running expression:Bad value for field: Null data  this error will be displaying when i am trying for creating derived table in sap bo. pls give the solutions regarding this.


Re: Enquire cannot manually clear GRIR account

$
0
0

Hi Fong,

 

1. Both are used for activating open item management. But FAGL_ACTIVATE_OP is used in ECC 6.0.  FAGL_ACTIVATE_OP is not a program it is a t.code. So try to input execute it. The program for the t.code. is FAGL_SWITCH_TO_OPEN_ITEM.

 

2. No need to activate OIM for dummy a/c. Yes, after activate the OIM for GRIR, you have to transfer the balance from dummy to GRIR. After done this posting, the dummy a/c is shown as 0.

 

3. It is abnormal. You have to change the message to warning in OBA5.

 

Regards,

Mukthar

Re: ERP RSMIPROACT2 for GR - sending duplicate GRs which update Due qty

$
0
0

Hi James...

The ASN received should have created an Inbound delivery in ECC for 100 Qty, on that you can change the quantity to 90 and Post GR? in VL32N itself.... and Later you can have 10qty as Open Qty?

 

Can you try this option?

 

Regards,

Guru

Re: can this bapi replace with fm

$
0
0

Moderator message: this solution is not recommended. See Paul Bakker's response below.

 

Although I completely agree with Matt, there is an option that I found recently. I would not comment whether its is right or wrong to use this approach in your case but our requirement was a little different where, in order to allow a certain functionality a lot of authorizations were to be allowed. In order to over come this issue:

 

Add the below code:

 

***************************** set the user ********************

concatenate 'WORKFLOW_LOCAL' sy-mandt to destination separated by space.

***************************** set the user ********************


Then call the function using the above destination. This sets the user as WORKFLOW which will have a better authorization.


CALL FUNCTION 'XYZ' destination lv_dest.

 

Inputs are most welcome.

 

Thanks,

Vikram.M

 

Message was edited by: Matthew Billingham

Re: "Personas" button missing from SMEN

$
0
0

No... but I'm not sure what "Personas button" do you mean. There is no such thing in Silverlight, and the 2.0 HTML version (where there WAS such a button in SMEN) is not recommended any more.

 

Did you try to connect to your system using the correct Personas URL?

 

If you did and it doesn't work despite of following the installation and configuration guide, then I'd suggest to open an OSS incident and provide access to your environment so we can check what's going on.

Re: need clarification

$
0
0

Hi jaiKrishna, You can use current period option to run payroll for the current month (April) and also for the previous payroll periods (January). In this context, running payroll would help you to view payroll results of the current and previous payroll periods if there are any master data changes. You can achieve this, 1. Retro active accounting should set to January payroll period in payroll control record 2. By making changes to master data, system will find out, Earliest MD change in Infotype 0003, and it would pick January also. 3. When you run payroll in April, and If there are any changes to master data for Jan, previous payroll results and current payroll results for Jan and current payroll results for April will be shown. 4. Check payroll results using pc_payresult. I have attached screenshot for your reference. 5. You can view retro differences as well. Please let me know if you need any clarifications. Please reward me with points.

Re: can this bapi replace with fm

$
0
0

Exactly. The correct way is the fix the authorisations.

Re: Issue in Pricing structure

$
0
0

By seeing your condition tab, it seems your all condition types are inactive instead of ZTNP.

It is the reason for your net value and tax value and as your condition type ZTNP is active, so net value is picking the value of this condition type only. First you should check why these condition types are coming as inactive.


Re: QRFC administration setup

$
0
0

Hi,

 

There was a wrong selection from my end.

 

It should be selected as "Register Display programs", i have wrongly selected as "Event Registration".

 

I am able to add entries successfully.

 

Regards,

Dilli

Re: Cost Of Goods Sold

$
0
0

Hi,

 

Cost of goods sold is nothing but  cost of production (COGM) + selling & admin expenss. Cost of goods sold account is a part of P&L GL account.

 

Generally cost element will not create for this GL account. At the time of Post goods issue (PGI), System will take the cost of goods sold price from material master of that material.

 

I hope this helps you and let me know in case of any queries.

 

Regards,

Puri

Re: Crystal Reports Efashion db Query for passing multiple values

$
0
0

Thanks a lot Abhilash!  I can see the output of Sample.rpt and it is same what I require

 

I want to see the command used in Subreport but whenever I click on view Command. It gives a prompt asking for Database selection where it is not showing Xtreme Sample Db used by you.

How to see this Command and run the report.

 


SAP Work Manager 6.1 alert notifications

$
0
0

HI All,

 

Is it possible to setup alert notifications to notify the mobile user that there is a new work order waiting to be downloaded on SAP WM 6.1, sorry for the ignorance but I'm very new to work manager.

 

Regards,

CJ

Re: Absence Valuation Hours & days- Factoring

$
0
0

Hi Sanskarsan,

 

Can you please let me know the possible options to handle factoring in case I have to create a single unpaid absence type to reduce Salary for partial day leave and also works when it is a full day.

 

Thanks &Regards

Prakash

Re: Checkbox in ALV Grid

$
0
0

Hi Fan,

 

IN LAYOUT U GET 2 FIELD

                                   BOX_FIELDNAME                                  
                                   BOX_TABNAME                                  

 

IN BOX_FIELDNAME PASS A FIELD OF FINAL DISPLAY TABLE HAVING 1CHAR AND TABNAME THE TABLE NAME.

 

DEMO CODE

 

sel is single char field in gt_final

 

GS_LAYOUT-BOX_FIELDNAME = 'SEL'

GS_LAYOUT-BOX_TABNAME = 'gt_final'.


call function 'REUSE_ALV_GRID_DISPLAY'

     exporting

       i_callback_program = sy-repid

       it_fieldcat        = gt_fcat

       i_save             = 'A'

       is_variant         = gs_variant

       is_layout          = gs_layout

*     IT_EVENTS          = IT_EVENTS[]

     tables

       t_outtab           = gt_final

     exceptions

       program_error      = 1

       others             = 2.


Hope this will help you

Re: Differentiate between two date/time in WEBI


Re: Variables for accounting document item long text (OB56)?

$
0
0

The variable is used in program SAPFF001, in the routine SEGMENTTEXT_SETZEN.

I've found an OSS note which is very old, but it contains this information  39103 - Parameter IDs for BSEG-SGTXT from T053

 

(Note: I've shared this note as just for information, you can check the same program and routine in your system)

Re: Account Type setting and Distribution Rules

$
0
0

Hi,

 

Yes you must check sales type for all GLs relevant to Revenue GL. All accounts you are asking is finally treated as revenue.

 

Do not treat Asset account as revenue else your balance sheet disturb. Profit center is applicable to sales and expenditure only.

Re: Will B1 have features of SAP S/4 HANA?

$
0
0

Hi

 

Yes currently they have this feature in SBO But they have this new product in market in recent year now they are pitching SBO with HANA..

Re: JSPM fails to start: Could not load data model com.sap.sdt.jspm.model

$
0
0

Just confirmed that the same thing works for SUM in sdt\data\variables.  I made a backup of the variables directory, deleted the xml files and ran startup.bat.  Thanks so much for the help. 

Re: Web IDE and Google spreadsheet

$
0
0

Hello all,

 

I tried the sheet to json script in Google and it's successfully providing the json feed as expected. Now, I am stuck at how to consume it within the web IDE, in detail as a Fiori master detail app.

What shall I fill as a data connection in the wizard?

 

Any help is greatly appreciated.

 

Thanks and bye,

 

jf

Viewing all 8828 articles
Browse latest View live


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