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

Re: DB16 screen has no messages ECC system

$
0
0

Hi Ramkrishna,

 

Thanks for replying. cannot check at OS level due to some constraints at project for some time.

is there anything else i can check.

 

Thanks


Re: Enabling smart value help option for a field

$
0
0

Hi Senthil,

1.Turn on SICF service Default_host–>sap–>crm–>crm_callback and make sure your business role does not have parameter "SVH_DISABLED" set.

 

2.Integrate simple search help for the selected field in GET_V -> implement class cl_bsp_wd_valuehelp_f4descr with single input and output mapping.

 

Then it should work just fine.

 

Reference: Smart-input-help-suggested-values

 

Best Regards,
Pavel

Re: Authorization field for SAP Standard Field

$
0
0

Hello Kavita,

 

Thanks for your response.

 

Business only give me the requirement for restricting the access for the this field. So reverting back to business on this doesn't make sense.

 

Being a security administrator I should be able to get back to them with a solution

 

Since the field is not available in authorization fields, I am not sure how we can acheive it!!

 

Jacob

Re: Using BEGDA and ENDDA in the form 0CALDAY during transformation

$
0
0

Hi Nanda,

 

My requirement is to calculate the no of employees who joined the organization (BEGDA) and who left the organization (ENDDA) month-wise. Please refer to the below image:Capture.JPG

Please suggest how can I achieve the above result. Any advise will be very helpful.

 

And if I can achieve the above output for all the 12 months of the year even though the records are not available for few specific months, then that will be even more helpful.

 

 

Thanks,

Santosh

Re: Reversal of Assets

$
0
0

Hi Balaji,

 

You have to write back the entry manually by FB01 which are passed at settlement. The entry will be:

 

Expense Dr (here input the internal order)

Asset A/c Cr (By input transaction type as 101/105)

 

After pass the entry the internal order has a balance.

 

Regards,

Mukthar

Alv to local file sheet not importing correct manner.

$
0
0

hi,

I am facing one problem.

I.e

i developed one report using alv.

Alv display is correct

but the main problem is at alv i would like to import it to the local file.

Ctcl+shift+f9

 

file is importing in excel manner.

but data is not importing correct manner.

Can any body tell me what is the problem..

For reference i attached one file.please have a look on guide me how can i sovle the issue.

 

the below code i used for alv.

 

 

 

CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'

  EXPORTING

*   I_INTERFACE_CHECK                 = ' '

*   I_BYPASSING_BUFFER                = ' '

*   I_BUFFER_ACTIVE                   = ' '

   I_CALLBACK_PROGRAM                = 'ZVENDOR_DETAILS'

*   I_CALLBACK_PF_STATUS_SET          = ' '

*   I_CALLBACK_USER_COMMAND           = ' '

*   I_CALLBACK_TOP_OF_PAGE            = ' '

*   I_CALLBACK_HTML_TOP_OF_PAGE       = ' '

*   I_CALLBACK_HTML_END_OF_LIST       = ' '

*   I_STRUCTURE_NAME                  =

*   I_BACKGROUND_ID                   = ' '

*   I_GRID_TITLE                      =

*   I_GRID_SETTINGS                   =

    IS_LAYOUT                         = LAY

    IT_FIELDCAT                       = IT_FIELD_CAT

*   IT_EXCLUDING                      =

*   IT_SPECIAL_GROUPS                 =

    IT_SORT                           = SORT[]

*   IT_FILTER                         =

*   IS_SEL_HIDE                       =

    I_DEFAULT                         = 'X'

    I_SAVE                            = 'A'

*   IS_VARIANT                        =

*   IT_EVENTS                         =

*   IT_EVENT_EXIT                     =

*   IS_PRINT                          =

*   IS_REPREP_ID                      =

*   I_SCREEN_START_COLUMN             = 0

*   I_SCREEN_START_LINE               = 0

*   I_SCREEN_END_COLUMN               = 0

*   I_SCREEN_END_LINE                 = 0

*   I_HTML_HEIGHT_TOP                 = 0

*   I_HTML_HEIGHT_END                 = 0

*   IT_ALV_GRAPHICS                   =

*   IT_HYPERLINK                      =

*   IT_ADD_FIELDCAT                   =

*   IT_EXCEPT_QINFO                   =

*   IR_SALV_FULLSCREEN_ADAPTER        =

* IMPORTING

*   E_EXIT_CAUSED_BY_CALLER           =

*   ES_EXIT_CAUSED_BY_USER            =

   TABLES

     T_OUTTAB                          = IT_FINAL_T

  EXCEPTIONS

   PROGRAM_ERROR                     = 1

   OTHERS                            = 2.

.

IF SY-SUBRC <> 0.

* Implement suitable error handling here

ENDIF.


I need your valuable suggestions..

Re: Costing Run Vs Standard Price Update

$
0
0

Hi

 

Yes you can update monthly standard cost for that FG..it depends on validity period you provide at the time of standard cost estimation and released...

 

 

kamal

Re: Co11N yield quantity to be entered with alternate unit of measure and the same to be updated in goods movement for 101 mvoemnt

$
0
0

Dear Prem,

My finished product base unit of measure is Ton. Alternate unit of measure maintained as M with 1:1 in the additional data. I need confirmation of 101 movement with batch split and units should be M as well as Ton. Confirmation should allow in M as well as Ton with corresponding 261 movement components with ratio maintained with m and ton.


Re: Dynamic EPMCopyRange

$
0
0

Hi Bhagyesh,

 

please find the better approach, use can do this with formatting sheet and with the help of named ranges.

 

a) create two named ranges ___start (3 underscores) & ___end(3 underscores)

1. ___start  named range for  cell B2 contain time selection

2.___end     named range for cell B3 contain december month

 

b)  'formatting on specific member property"

 

add to multiple selections Time & Account as per screenshots

start_end.JPG

 

 

multiple slection overview.JPG

 

formatting sheet.JPG

content override with formula as  =R[-1]C+R[-2]C

 

report screent shots

 

cell E1 has epm contextmember for time

 

JAN month

jan.JPG

July Month

 

jul.JPG

Tested in EPM Addin SP 19

 

 

Thanks,

Dinesh.V

Re: SUM EHP7 upgrade with RAC HA stopped in MAIN_UPTRANS/STARTSAP_PUPG

ABAP : Add Yes / No popup before invoice print

$
0
0

Dear Abap Experts,

 

We want to give the user a popup message (Yes / No) before printing the billing document (Invoice , The Tcode is VF01).

I mean user must select Yes for print out and no for no print out by the printer.

How can we do this.? Should we use user-exit or by some ABAP code.? The program name in the NACE is RLB_INVOICE.

I have tried all the userexits for the Tcode VF01 but no success. I have checked many threads on SCN but no solution found.

I will be very thankfull to you if any one can help. Image is also attached for more clarification.

 

Regards,

Aneel Munawar

Re: Costing Run Vs Standard Price Update

$
0
0

Dear Kamal,

 

For a example, today I have to create material master, bom and routing and have run the cost and production have to complete by today.

 

So, if we like to do in that way, cost run will update the standard price for today.

 

Thanks...

Re: Hi, employee used one leave.but its not deducted from quota. anyone help me?

$
0
0

yes.  but only one thing i am not able to understand that, why they have mentioned in validity and deduction period,

 

valid from                                                        valid to

 

accural period                                             calendar year.

 

is it right or not.can we maintain like this.

Re: Backup failing insecure ssfs

$
0
0

Below are the note contents. However be aware that if you are generating a new key there could be loss of data.

 

Symptom

You have one or all of the following symptoms in your database:

  • Alert "Your database is currently running with an inconsistent secure storage file system (SSFS). Access to encrypted data and encryption of data are limited."
  • SYS.M_SECURESTORE contains information about an inconsistency of the SSFS
  • Backup is failing with error message: "Inconsistent SSFS!"
  • When Data Volume Encryption is enabled, system startup fails with name server crash
  • Secure Internal Credential Store: SQL CREATE CREDENTIAL or CREATE REMOTE SOURCE fails with "encryption failure"
  • XS Secure Store: Reading or writing from an XS Secure Store fails with "encryption failure"

Applies for Revision 90 and above.

Other Terms

HANA, Data Volume Encryption, Remote Data Source, Secure Internal Credential Store, XS Secure Store, Remote Destinations, security, hdbnsutil, encryption, administration, SSFS, inconsistent

Reason and Prerequisites

Background:

To check if the SSFS is consistent and in sync with the database, internal consistency information is stored in the persistence of the database. This consistency information is contained in the backup and restored during a recovery.

An inconsistent or corrupt SSFS can lead to data loss (all encrypted data cannot be decrypted). Encrypted data can mean

  • Data volumes in the file system
  • Credentials in the Secure Internal Credential Store
  • SAP HANA XS HTTP destinations
  • SAP HANA XS Secure Store data

To detect the inconsistency as early as possible a monitoring view and an alert (queried every hour) is provided.To prevent inconsistent backups, any kind of backup is blocked if the SSFS is inconsistent.

Normally, an administrator or user should never be confronted with an inconsistent SSFS.

Reasons for an inconsistent SSFS:

  • Incomplete manual backup/recovery by copying the data volume.
  • hdbnsutil -generateRootKeys without the subsequent SQL ALTER SYSTEM APPLICATION ENCRYPTION CREATE NEW KEY 
  • Recovery of an inconsistent backup that was taken with a revision < 90 (backup of an inconsistent database, that got inconsistent in one of the above ways)

Check SSFS consistency:

Query the monitoring view "SYS.M_SECURESTORE". A consistent database will deliver the following output:

+---------------+---------------+-------------+ |   KEY_TYPE    | IS_CONSISTENT | RESET_COUNT | +---------------+---------------+-------------+ |               |               |             | | "PERSISTENCE" | "TRUE"        | 0           | |               |               |             | | "DPAPI"       | "TRUE"        | 0           | +---------------+---------------+-------------+

Solution

A) Preferred Solution: Restore of an inconsistent SSFS

The recommended way to restore the SSFS is to recover from a consistent backup. However, there is no functionality available to check whether a backup is consistent or not before performing the recovery. If no consistent backup is available you can try to restore the SSFS manually (procedure see below). The original SSFS file can be found in different ways depending on your scenario:

  • If you manually copied the data volume from A to B, try to find the SSFS of A and copy it with the data volume to B. The SSFS is located at /usr/sap/<SID>/SYS/global/hdb/security/ssfs/SSFS_<SID>.DAT.
    Note that copying copy data volumes manually isn't offically supported: Please use backup and recovery.
  • If you called hdbnsutil -generateRootKeys, you can find the old SSFS next to the newly generated one: The command creates backups of the old SSFS named SSFS_<SID>.DAT_<root key type>_<seconds since 1970>.sav.
  • If you recovered an inconsistent backup, try to find the reason for the inconsistency of the source database and get the original SSFS from there.

In case you have changed the master key of your SSFS file using rsecssfx generatekey, the resulting key file must be copied from the original location as well. The default location of the key file SSFS_<SID>.KEY is next to the SSFS_<SID>.DAT file.

IMPORTANT NOTE:

When the original SSFS file is restored in the file system, no loss of credentials occurs.
However, all XS Secure Store data that has been created while the inconsistent SSFS was active will be lost. With revisions > 90, creation of XS Secure Stores will be blocked when the SSFS is inconsistent.

Check for potential XS Secure Store data loss:

  • Query the internal table SYS.P_DPAPI_KEY_ (currently visible for user SYSTEM, only). A database not containing any XS Secure Store data will deliver no record for CALLER "XsEngine".

Manual Restore Procedure:

  1. Stop the SAP HANA system.
  2. Replace the current SSFS file /usr/sap/<SID>/SYS/global/hdb/security/ssfs/SSFS_<SID>.DAT by the original file.
  3. Copy the original master key file to /usr/sap/<SID>/SYS/global/hdb/security/ssfs/ or the location you have configured.
  4. Start the SAP HANA system.

B) Repair Inconsistent SSFS: Hard reset of consistency information
In case solution A) cannot be applied, the only way to make the system functional again is to reset the internal consistency information.

WARNING: This procedure should be the last option and should only be used if every attempt to restore the SSFS is failing or not possible. ALL credentials and XS Secure Store data stored within your database will be lost!

Check for potential data loss:

  1. Credential Store: Query the public view PUBLIC.CREDENTIALS. A database not containing any credentials in the Credential Store will deliver an empty result.
  2. XS Secure Store: Query the internal table SYS.P_DPAPI_KEY_ (currently visible for user SYSTEM, only). A database not containing any XS Secure Store data will deliver no record for CALLER "XsEngine".

B.1) Reset consistency information

Reset consistency information by using the HANA tool hdbcons

$ hdbcons "crypto ssfs resetConsistency"

 

SAP HANA DB Management Client Console (type '\?'to get help forclient commands)

Try to open connection to server process 'hdbindexserver'on system 'SFX', instance '02'

SAP HANA DB Management Server Console (type 'help'to get help forserver commands)

Executable: hdbindexserver (PID: 15420)

[OK]

--

This command will completely rewrite the consistency informations about the ssfs,

please ensure that thisis the last resort forfixing the ssfs

and you did all means to restore the consistent ssfs.

If you are sure about this, call the command again within 20s to rewrite ssfs consistency information.

[OK]

--

[EXIT]

--

[BYE]

$ hdbcons "crypto ssfs resetConsistency"

 

SAP HANA DB Management Client Console (type '\?'to get help forclient commands)

Try to open connection to server process 'hdbindexserver'on system 'SFX', instance '02'

SAP HANA DB Management Server Console (type 'help'to get help forserver commands)

Executable: hdbindexserver (PID: 15420)

[OK]

--

rewriting ssfs consistency information...

done.

[OK]

--

[EXIT]

--

[BYE]

B.2) Create new application keys
Create new keys for the Credential Store and all individual XS Secure Stores at once:

ALTERSYSTEM APPLICATION ENCRYPTION CREATENEW KEY

Re: WC Application Push button not available on maintenance order (Enhanced Model)

$
0
0

Hi Sadin,

 

Missing push button can be of various reason.

 

1. Check whether the permit is activated

 

Plant Maintenance and Customer Service - Work Clearance Management - Approvals - Activate Work Clearance Management for Maintenance Orders

 

2. Check whether you have hidden the dialogue box.

 

Plant Maintenance and Customer Service - Work Clearance Management - Master Data - Architecture - Do Not Display Dialog Box for Assignments

 

SAP Help : If you work with work permits, we recommend that you hidethe dialog box for assigning work approvals.

 

3. Check the OSS note

 

           Note 1822083:WCM: Display of approval status in worker safety

 

4. Push Button check in Configure Work Permit, make sure it was activated for the plant you are trying to create.


Plant Maintenance and Customer Service - Work Clearance Management - Master Data - Architecture - Configure Work Permits

 

Also there are lot of post available in SCN related to the missing push button, do check those links also.

 

Regards

Terence


Re: full update mode in info pakage don't get all data

$
0
0

Hi,

 

check the count in RSA3 - extractor checker and PSA data.

 

how many records in RSA3 same records will come to BW psa data.

 

-Phani.

Re: Crystal Viewer Binding errors

$
0
0

Hi Don,

 

This is a disappointing response as these errors are quite frustrating when trying to debug an application.

 

You were able to see these errors on your own project, therefore I am not sure how there is "something horribly wrong" with our projects.

 

I personally have had 5 years working non stop with WPF on a very large LOB application and these binding errors are usually attributed to programming mistakes, not the way Microsoft handles WPF behind the scenes. In this instance the bindings for the tool tips on the viewer's buttons are causing the issue.

 

I believe the advice to modify the App.config would also result on missing out on all of the other legitimate errors we should be debugging.

 

Thanks

Anthony

Raghu

$
0
0

Dear Experts.

 

How to Upload Bulk Personal subarea data in the Table?.

Re: OSS vs FireFighter ID for SAP support

$
0
0

Thanks Plaban..!! I understood..

Re: full update mode in info pakage don't get all data

$
0
0

I can see 25658 records in rsa3 but in psa 5040 records.

 

122.png

Viewing all 8676 articles
Browse latest View live




Latest Images