Quantcast
Channel: SCN : All Content - All Communities
Viewing all 3441 articles
Browse latest View live

SAP HCP Mobile Services Issue

$
0
0

Dear Sirs,


I've been using the trial account for some days. Suddenly the SAP HCPms doesn't work properly. Each time I go to Mobile Services a pop up alert warns me that XCSRF Token is not available and PUT DELETE etc will not work.

 

I am quite well acquainted with CSRF Tokens, in fact I use them at Application Level... But this seems to be at Administrative Level of my account.

 

Since this moment I cannot make any changes to my applications, nor any other activity: I can't ping applications, edit them etc I. It is surprising as I had been testing them withou any issues instants ago.

 

Is there something I missing?

 

Regards

 

PS: Is Push Notifications available in the trial account? I can't see it.


Posting Goods Receipt With Reference to Material Document

$
0
0

i'm testing STO cycle between stores.

 

I issued Materials with reference to STO MVT 351

 

Then when i try to post goods receipt with reference to the material document

 

MVT 351 coming as a default in item details instead of MVT 101

 

Can any1 help ?

NEUPL and MRP processed indicator

$
0
0

Hello experts,

 

Every weekend we run a NEUPL MRP run for all plants at our company.  My understanding was that this would reset the processed indicator on the MRP lists regardless of whether the planning situation had changed.  Recently a couple of examples have come to light where the indicator had not reset and this impacted our business.  I ran some experiments in a test client and it appears a new MRP list is generated (looking at the date stamps) but the processing indicator is not being reset.  Has something changed or has this always been the case?  Is there a setting that allows me to reset the indicators as part of the NEUPL or am I going to be forced to run MD08 to kill out all the MRP lists pre-NEUPL (which I have tested and does work).

 

As info I have run MRP with the settings NEUPL 3,,3, 1, 2, 2

 

Regards,

 

Jez

Urgent Help Requested: Make the profit center amount 0 against internal order

$
0
0

Hi Experts,

 

I request for your help in the below scenario.

 

We have done 1KE0 to transfer plan data to profit center accounting. Plan version 0 and fiscal year 2016.

 

Now we run the report KE5Y : Profit Center Plan Items to get the below result. 

 

Unbenannt.PNG

 

However, now we have realized that the profit center values are wrong and we want the profit center values again as 0 for all the Orders.

 

Could you please advice how do I make all these values 0 for all the internal orders.

 

Thanks

Seema

Sales Order Not Updated in Doc Flow - Adhoc

$
0
0

Hello Gurus,

 

This is to get myself clarified on a strange behavior which I have observed in the production system.

 

We have created a sales order / delivery & Invoice.While checking through a customized report we found that no sales order no is maintained against two invoices (amidst 30K invoices). We checked why this sales order no is not updated by checking on to the document flow of the invoice no. To my surprise , I was not able to see the sales order which is linked to that invoice. Neither the VBRP table nor the VBFA is updated for these two invoices (means there is no preceding document when i check this invoice as a follow on document)

4-3-2016 7-34-04 PM.png

 

Got no idea how this has happened. As you are all aware , we couldn't create the outbound delivery without referring to a sales order , when the outbound delivery is shown in the document flow , also we are not allowing the deletion of sales orders unless the succeeding documents are cancelled / reversed.how come the sales order went missing in this list , what might be the cause of this issue. Can you please advise with your expertise/experience?

 

Thanks,

 

Safeer Rahman

 

P.S : this issue is observed only for two invoices , so i don't think this is an issue related to any copy control settings. Excuse me of those suggestions please.

How can I upload sales order in hybris?

$
0
0

Dear all,

 

I need to segment my contacts in relation to their actions as buyers (for example: doing a campaign if they have spent more than 100euros).

 

Thus, I need to upload "sales_order". I was thinking to upload them as interactions in this way:

ID_ORIGIN              | ID                   | EURO

sales_oder_file          01                     10

 

But then I have to link it to the contacts.. I customize the file with a new column called "sales_order_file" ( I have to create a new facet.. SPRO?), in which I will register 01 (the ID) .

Do I miss something? I will lose the fact that Hybris merges information between contacts and interactions using the EMAIL address?

 


Thanks,


Cristina



Empty Stock Value Problem

$
0
0

Dear BW experts,

I have a problem in standard data extraction process of stock values. I am ending up with empty stock values in my report when there is no extraction for a day into my cube.There is no problem in weekdays, when daily extraction of "2LIS_03_BF" or "2LIS_03_UM" brings data to cube. However, when stock value does not change in ECC (especially in weekends), extraction brings 0 data, thus my report does not show last stock values (ex. Friday's stock value, the last day stock has changed). Why does this happen? I have a SAP exit (yesterday's date) as a filter for stock in BeX Query Designer, which i suppose should not make any problem. Please help.

 

Kind Regards,

 

Muratcan

RV_CONDITION_COPY in update mode

$
0
0

My requirement is to update the valid to date of the condition records.

when i am using the  RV_CONDITION_COPY in update mode , it is updating the record with mark of deletion and creating a new record from the following date, but not updating the valid to date.

 

following is the code.

 

LOOP AT t_final INTO wa_final.

   
       lv_tab  = '990'.
       key_fields-aland = wa_final-aland.
       key_fields-wkreg = wa_final-wkreg.
       key_fields-regio = wa_final-regio.
       key_fields-taxk1 = wa_final-taxk1.
       key_fields-taxm1 = wa_final-taxm1.
       key_fields-werks = wa_final-werks.
       key_fields-matkl = wa_final-matkl.

    
       Lv_mode = 'B'.
       it_chg_komv-knumh = wa_final-knumh.
       append it_chg_komv.




     CALL FUNCTION 'RV_CONDITION_RESET'.

     CALL FUNCTION 'RV_CONDITION_COPY'
     EXPORTING
       application              = 'V'
       condition_table          = lv_tab
       condition_type           = wa_final-kschl
       date_from                = wa_final-datab
       date_to                  = wa_final-datbi
       enqueue                  = 'X'
   "    i_komk                   = komk
   "    i_komp                   = komp
       key_fields               = key_fields
       maintain_mode            = Lv_mode
       no_authority_check       = space
       no_field_check           = space
       keep_old_records         = space
       overlap_confirmed        = 'X'
*   i_kona                   = i_kona
      SELECTION_DATE           = sy-datum
     IMPORTING
       e_komk                   = komk
       e_komp                   = komp
"      new_record               = it_nr_komv
     TABLES
       copy_records             = it_chg_komv
       "COPY_RECS_IDOC           = COPY_RECS_IDOC
     EXCEPTIONS
       enqueue_on_record        = 01
       invalid_application      = 02
       invalid_condition_number = 03
       invalid_condition_type   = 04
       no_authority_ekorg       = 05
       no_authority_kschl       = 06
       no_authority_vkorg       = 07
       no_selection             = 08
       table_not_valid          = 09.

     if sy-subrc = 0.
       CALL FUNCTION 'RV_CONDITION_SAVE'.
       commit work.
     endif.

     clear : wa_final, key_fields,it_chg_komv.
     refresh: it_chg_komv.
   endloop.


Pl guide and help.


Featured Content for ABAP Development

$
0
0

Getting Started with ABAP Core Data Services

Learn more about the next generation of data definition and access for database-centric applications in ABAP.March 9, 2016

 

SAP NetWeaver AS ABAP 7.5 - Overview and Product Highlights

This is the official SAP product management presentation of SAP NetWeaver AS for ABAP 7.5 - Overview and Product Highlights.February 29, 2016

 

Enhanced visualization of source code changes in SAP Notes

This Chrome extension targets to enhance the presentation of ABAP source code correction instructions in SAP Notes. More about it including download links in the blog Chrome extension/Firerfox user script to highlight ABAP correction instructions in SAP Notes.February 18, 2016


Landing Page for all ABAP 7.5 language features

Central point of access to all Horst Keller blogs about all new ABAP 7.5 languages features is the blogABAP Language News for Release 7.50December 1, 2015


Out Now -  ABAP Development Tools Version 2.51 for the brand new AS ABAP 7.5

A new version of the ABAP Development Tools, ADT 2.51 is available now in time with the new AS ABAP 7.50. Read this blog written by Thomas Fiedlerto get an overview of the new features and capabilities. October 22, 2015


SAP NetWeaver 7.5 is released! - Learn about ABAP 7.5

Follow the AS ABAP 7.5 Landing Page to get regular information updates about ABAP 7.5. October 22, 2015

 

New Developer Edition of AS ABAP incl. BW 7.4 SP8 on SAP ASE

Now the new developer edition of SAP NetWeaver AS ABAP & SAP Business Warehouse 7.4 SP8 on SAP ASE is available. May 4, 2015

 

Spotlight on the enhanced Search (F4 Help)

The F4 Help has been enhanced and can now provide type-ahead and fuzzy searches if the appropriate enhanced options are selected in the search help object. Interested and want to learn more about it? Then read this blog by Carine.March 13, 2015

 

How to implement and use ABAP Channels - Video Tutorials

The step-by-step video tutorials for usage of ABAP Push Channel (APC), ABAP Messaging Channel (AMC) and  ABAP Channels collaboration scenario are now available on abap_channel in YouTube. Read this blog written by Olga Dolinskaja  to get an overview and links to the videos. Also read following interesting blogs to this topic: Introduction to the ABAP Channels and Say Goodbye to Polling: Real-time eventing in ABAP with ABAP Channels. March 9, 2015

 

 

Report migration from test to productive

$
0
0

Hi pros,

 

How to migrate custom reports, changes made to standard reports, embedded reports, custom dashboards and KPIs from test to productive tennant?

 

Best regards,

Nadezhda Rukavishnikova

searching study material for SAP business one functional

$
0
0

please suggest me some websites where i can find tutorials and study material forSAP B1 functional

how to connect Workday to SAP DS

$
0
0

Hi

 

I need to connect to WORKDAY-HCM Application Data to SAP DS.

 

Can I connect Workday directly using SAP DS DataStore Types or we require any ADAPTER for connecting so.

 

Thanks

Bhaskar

Appraisal issue on Final Accepting Authority

$
0
0

Hi ,

I am working on Appraisals and I have was not aware how to add the new Particiapant or role.

 

Present system flow of my client  was as follows:

 

APPRAISEE-->APPRAISER-->REVIEWER(PART APPRAISAL)-->ACCEPTING AUTHORITY(FURTHER PARTICIPANT)

 

New Requiremnet from Client  as follows:

 

APPRAISEE-->APPRAISER-->REVIEWER(PART APPRAISAL)-->ACCEPTING AUTHORITY(FURTHER PARTICIPANT)--> SENIOR ACCEPTING AUTHORITY


Now they are asking me to one more role and form should go to next level.

My query is how to add Senior Accepting Authority for the next level and what role should be given to next level.

Or can we add  senior Accepting authority also in Further Participant along with Accepting Authority.


Please help .


Thanks in Advance

Sowmya


One time material

$
0
0

Hi Expert,

 

We have a situation of creating products for each marketing event.  These materials will be used once and flagged for deletion.  Then, new materials will be created when having new event.  Currently, users need to create new code for every single material all the time.  Does SAP have a solution of creating one common material code with different attribute e.g. brand, product description, price; and applied for every event.  This would simplify material creation process and reduce large amount of junk code in a system.    Thank you.

 

BR,

SWCV hidden in ESR

$
0
0

Hi all,

 

In ESR one SWCV under SWC is hidden I could see that as transports in Changelist tab but i cannot see in my Objects list tab.

 

It is hidden only if i login using my credentials.

 

Any help on this is very helpful.

 

Thanks

SARIKA


Cannot Display View

$
0
0

Hello Experts,

 

I need your help , In the interaction Center I have got below error.

 

"Cannot Display View ICCMP_BTSHEAD/BTSHeader of UI Component ICCMP_BTSHEAD"

MDG Supplier Governance Charts

$
0
0

Dear Experts,

 

Can we convert the below pie charts to bar charts which are seen on the landing page.

 

Capture3.PNG

How to call standard sale order (SO) display screen from custom BO?

$
0
0

Hi

 

How to call standard sale order (SO) display screen from custom BO?

 

I have created the custom BO that can create standard sale order (SO).

Then, it will display the standard sale order (SO) screen with new created sale order number.

But I still don’t know how to code for display standard screen from custom BO action?

 

Thank you in advance.

Hiranya

SAP exit for 0FISCPER for YTD

$
0
0

Hi ,

 

My requirement is provide a prompt based on 0FISCPER(default to current fiscal period)  & restrict a key figure from fiscal period start to current fiscal period(i.e. YTD). Does SAP has given any exit to achieve these 2 requirement.

I know of writing customer exit to achieve the solution for above 2 but I am looking if SAP has some delivered content on this.

 

Regards,

Fox

Net runtime is differing every time in SAT ?

$
0
0

Hello developers,

 

I am using SAT to analyse the performance on a report, report has no code except a select query on a table to extract all records, but for my every execution, the net run time is differing noticeably, (ex, : 1st trace run time came around 502806 microsec and 2nd runtime around 146224 microsec), all this without any change in the no.of records! what might be the case?, can anyone tell me where I am going wrong?

Viewing all 3441 articles
Browse latest View live


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