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

Off Cycle work bench

$
0
0

Hi Experts,

 

Employee has separated on march 2015, but system is not allowing to run off-cycle work bench PUOC_40,

 

Please guide to resolve the issue,

offcyle workbench1404.PNG

PA20

pa201404.PNG


Local Copy client cancelled

$
0
0

Hi sap gurus,

 

 

When i try to launch local copy (sccl transaction) this cancelled, because in scc3 transaction show me:

 

 

 

 

The Log File Cannot be Read.

Reasons for this may be:

  - Was deleted by system administrator

  - Directory cannot be accessed

Error logs and details cannot be

displayed.

 

After that i check sm21 , and show me this log

 

 

 

Please, can you help me about it?, I must to make a copy client urgent.

 

Best regards.

Data passing between stdandard components

$
0
0

Hi Experts,

 

 

My requirement is to Disable Approver buton in approver tab at Contract creation level in SRM.

 

Now the button is disabled,but at the Component level, Iam not able to get Contract header data to restrict for one particular case.

 

Webdynpro component /SAPSRM/WDC_DO_APV_EXT.

 

Kindly help on this?

 

Regards,

Sam

Re: Fix length of input field

$
0
0

Thank  Horst

 

 

I accomplish this by enhance at Validation-OnSave.

 

If the length of that field is not meet the condition. I will make it return false.

 

 

Best Regards,

 

Krit R.

CO11 - Production Order Confirmation

$
0
0

Hello Experts,

 

We enter production order in transaction CO11 an accounting document was generated. The GL accounts posted for that acct. doc is "EAM Settlement" which as per investigation came from tcode FBKP - CO -> FI Transfer Postings, Transaction Key CO1. We are not expecting an "EAM Settlement" account to be posted when we do CO11.

 

Would appreciate if someone can enlighten us on how/when transaction key CO1 was triggered when we do CO11.

 

Thank you very much!

Jack

Re: FIORI - BADI ECC

$
0
0

Hi Fabio,

 

Please share the BADI name in ERP.

Sarbjeet has mentioned the method name for Approve Purchase Order.

 

Regards,

Masa / SAP Technology RIG

Re: about DSO

Re: Standard cost estimate for MTO with valuated stock

$
0
0

Hi Kishore

 

It depends on your business scenario..

 

If you are selling the same standard product, which is being manufactured upon a customer request, you need to have Std cost

 

If it is a customized product, you wont have Std cost. Rather you should have Sales Order cost estimate

 

In COPA, you will need a Costing Key in which you have selected "Sales Order cost Estimate" radio button, instead of "Transfer Std Cost Estimate"

 

Br, Ajay M

 

PS: Please close your threads by marking the relevant answer as "CORRECT". It helps others in the future, when they search for a solution


Re: Over lapping of operations should not be allowed

$
0
0

Hello Smart,

 

See this code:

IF caufvd_imp-auart = 'ZM01'.

   TYPES: BEGIN OF ty_dates,

     aufnr TYPE aufnr,

     gstrp TYPE dats,

     gltrp TYPE dats,

     END OF ty_dates.

 

   DATA: it_dates TYPE TABLE OF ty_dates,

         wa_dates TYPE ty_dates.

   DATA: msg1 TYPE string.

 

   SELECT aufnr gstrp gltrp FROM viaufks INTO TABLE it_dates

WHERE auart = 'ZM01' AND ( iphas = '0' OR iphas = '2' ).

   DELETE it_dates WHERE aufnr = caufvd_imp-aufnr.

 

   LOOP AT it_dates INTO wa_dates.

     SHIFT wa_dates-aufnr LEFT DELETING LEADING '0'.

     IF  caufvd_imp-gstrp LE wa_dates-gltrp

     AND caufvd_imp-gltrp GE wa_dates-gstrp.

       CONCATENATE 'Basic Dates overlap with those of Order' wa_dates-aufnr

'seen. Order can not be saved.' INTO msg1 SEPARATED BY space.

       MESSAGE msg1 TYPE 'E' DISPLAY LIKE 'I'.

     ENDIF.

   ENDLOOP.

 

ENDIF.

 

User-exit: IWO10009 . When you put the above code in the include ZXWOCU07  of this exit, then Order Basic Dates overlaps are prevented. If any such are there you will get this error pop-up which prevents the Order from Saving.

Capture.JPG

 

 

Note these point

  • 4200158 is the Order with which the code detected Dates overlap with the current Order.
  • I have made this code limited to one Order type namely 'ZM01'. You can modify accordingly.
  • You can also incorporate additional IFs to limit this Overlap prevention.
  • With these inputs your ABAPer would be able to fine tune this code according to your requirement.

 

 

Good luck

KJogeswaraRao

SAPUI5 and SAP Enterprise Portal

$
0
0

Hi Experts,

 

We have one existing SAP Enterprise Portal application. We want to change some parts in this application and want to use SAPUI5 as technology. So we used iView from portal to hold SAPUI5 html. Problem is every time it is taking loading time of SAPUI5 libraries and application files.

 

In a second thought, I am thinking if we can hold SAP Enterprise portal application from SAPUI5. Please suggest if we can improve in this.

 

Regards,

Sanjoy

Re: Create Navigation is missing

$
0
0

Dear Thomas,

 

I created Navigation report with Source and Target.

 

1.png

2.png

3.png

 

 

But from source while navigating to Target is still showing No navigation targets available.

 

Am I missing some thing?

 

Thanks,

Raju

changing dimensions in "crosstabs" on same data source

$
0
0

Dear Experts,

 

Can you please help me to know if we can create multiple crosstabs with different dimensions on same data source (to maintain performance) in design studio version 1.5. There are many posts giving solution for changing measure/Objects for Charts (V1.2 onward) but i could't see any concrete solution for Crosstab.

 

I am looking for something similar like design studio provides the facility to change the Measure/Dimensions for charts under property 'Data Selection'.

 

Example : I have a Data source DS_1 with DimObj1.DimObj2,DimObj3,MeasObj1 and MeasObj2. I create a crosstab CT1 with DimObj1,DimObj2,MeasObj1 on DataSource DS_1.

 

Can I Create one more crosstab (say CT2) on same datasource DS_1 with Dimensions DIMObj1,DimObj3 and measure MeasObj2.

 

If not, can you please refer me some workaround or helpful links/posts.

 

 

Thank you !

 

Regards,

Jiten

Re: PCM Configuration Wizard > Test Connection to Primary Server: Exception 'EOleException' in module PCM Configure.exe at 0019F216. OLE error 80880021

$
0
0

Hi Sriram k,

Help me please.

I did new(fresh) installation PCM 10 sp10 p1.

I install PCM + Oracle 11.2.0.4 on the same machine. Which version of client must I install?
In installation guide writes:

Download the appropriate version of the Oracle 11g R2 Instant Client package from the Oracle web

site. At the time of release, this is patch set 11.2.0.1.0 or 11.2.0.2.0.

 

But I use Oracle 11.2.0.4,   can I to install 11.2.0.4 client version or 11.2.0.1.0(11.2.0.2.0) ???



Thanks...

Re: BPC 10 Security Settings

$
0
0

Hi Philipp,

 

1) The basic rule of security is least restriction wins.

 

e.g . In one access profile you denied and in second  read / write. The access can be inherited from other team. check the team access if any.

 

2) To write data you have give "WRITE" access to that member.

 

Shrikant 

How to create a meter through the SAP PI in the SAP System using enterprise services

$
0
0

I have SAP PI 7.1 with ECC6 EHP4. I want to create a meter in the SAP system, please guide me what needed to be done.

 

Also, what services are involved in this process?


Re: disable editing of delivery address details in shoppin gcart

$
0
0

thanks, it was  a total of 18 entries

Re: Fiori Login - Issue with Initial change of password

$
0
0

Hi

 

Could you please share the settings done for SICF for this service.

 

Also what is your sp level of SAP_UI add on component.

 

Regards,

Sarbjeet Singh

Re: How do make an employee Obsolete so that he is not available in Party selections

$
0
0

Hello,

  Its not about showing an employee(who has left the company) in existing company. the question isHow do we prevent such employees from being added to NEW transactions/accounts??

Fiori app Manage change request warning message

$
0
0

Dear All,

I am working with fiori app Manage Change Request, while processing change requests I am facing  warning message (Please ref. below screenshot). I don't made any changes in customizing and using standard SAP configuration.

Required your help.

MCR error.PNG

 

Thanks,

Sumit

Re: PO - Planned delivery cost and differences in LIV

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>