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

Re: Intermittent changes in PO

$
0
0

Its your custom field, then how can anyone (who is not working in your organization) say details or root causes of this field. This can be only said by your ABAPer, who has designed the field and related coding.


Re: Time Issues

$
0
0

Hello Rabi/All

 

1. For Changing Validity

 

a. Is it possible to change Validity or deduction from to Period in Employee level (In case of TE)

 

b. We have Kept Calendar Year for both Validity and Deduction periods and Time Evaluation executed, Quota credited for all employees. But after certain Time Management want to change the Validity and Deduction Period to Financial Year (April to March).  What should be done on this.

 

 

2. Deduction of quota

 

We have Two Quotas records (calendar Year) for 2015 and 2016 also.

 

Now employee Applying Absence on 01.01.2016. We need to make the configuration to deduct the 2015 First and then 2016 Quota. How to get it

 

 

Reg

SK

How to fetch the last record of batch no and Box no from database table?

$
0
0

Hi Guru,

 

Now it is displaying like this

 

SI NO     Date            Batch No  Box No  Size      Weight      Avg. Wt    Lakhs      Dispatch      Stock in hand

 

  1        16.12.2015    P14070202    2           4        11.080      3.900        2.841        0.820            2.021   

  2        16.12.2015    P14070202    2           4        11.080      3.900        2.021        1.100            0.921 

  3        16.12.2015    P14070202    2           4        11.080      3.900        0.921        0.921            0.000   

  1        16.12.2015    P14070202    3           4        11.000      3.900        2.821        0.990            1.831   

 

 

My requirement is below like this

 

SI NO     Date            Batch No  Box No  Size      Weight      Avg. Wt    Lakhs      Dispatch      Stock in hand

 

  3        16.12.2015    P14070202    2           4        11.080      3.900           0.921        0.921            0.000   

  1        16.12.2015    P14070202    3           4        11.000      3.900           2.821        0.990            1.831   




I would like request you to please suggest me how can i fetch data from database.

 

it's very very urgent for me.

 

Thanks & regards

Ranjit

Re: IW52- Reference Date - to make non editable

$
0
0

Dihvya,

Your observation is right. This can not be set to Display mode through OIAL setting. We may have to explore user-exit like QQMA0014 to prevent changes to the proposed values of this pop-up.

 

 

The reason why you can not achieve this through OIAL is the field names where you are expecting this Display effect are different. These belong to structure RIWO1. whereas you are setting the display setting to fields of VIQMEL. Hope you'll cross check the same. (Possible that this is a product error)

 

 

KJogeswaraRao

Re: IW52- Reference Date - to make non editable

$
0
0

Dhivya,

 

Solution

Put the following code in the include ZXQQMU20of user-exitQQMA0014.

IF i_viqmel-phase = '4'.
   IF i_viqmel-bezdt <> sy-datum.
     MESSAGE 'Changes to the Reference Date/Time not allowed.' TYPE 'I'.
     RAISE exit_from_save.
   ENDIF.
ENDIF
.

This gives rise to the error popup shown below when we change the Reference date value of the NOCO popup.

Capture.JPG

 

Note

  1. System proposes the current date as reference date which you do not want to get altered. Above code compares the value in the Reference date field with current date and throws the above error in case it is different.
  2. If your requirement is for a particular Notification type (say M2) then the first line of the code becomes
IF i_viqmel-phase = '4' and i_viqmel-qmart = 'M2'.

 

 

 

Hope this helps.

Good luck

KJogeswaraRao

Re: Fiori Launchpad-FLPResources Customization is required.

$
0
0

Hi Tal,

 

I need to edit the UI of FLP,Please share UI5 scripts files information.And tell me which jar file having this class.

import com.sap.portal.prt.broker.IPortalModuleBroker;

import com.sap.portal.prt.broker.PortalAppBroker;

import com.sap.portal.prt.broker.PortalModuleItem;



I need to edit the sap.ushell.ui.shell.ShellHeadUserItem id="actionsBtn"  and sap.m.Popover id="__popover0" in Fiori Lanchpad. Here  dispalying the pop i need to add one more option like change password and i need to remove the server information in userPreferencesButton here i need to add user can able to upload his/her image.

 

Please give the example documents.

 

 

Thanks and Best regards,

Durga Rao V.

Webdynpro POWL: Workflow Work items

$
0
0

Can any body share a complete step by step multiple level approval Cycle involved with POWL work items, ABAP Webdynpro screen, Workflow and ABAP Code. Please do not share the POWL Configuration. We need to have a sample Webdynpro Application, where we see the webdynpro screen in a POWL inbox and take action on work items, and the workflow proceeds.

Re: Unable to Attach Document through Desktop Link

$
0
0

Hello Kolusu,

 

Thanks for your valuable suggestion. As per your suggestion I have configured the registry path. Screen shot also attached for reference. But still unable to attach the document. Facing the same error. I have attached ixclient.log and registry path screenshot.

 

Please review the same and suggest.

 

Thanks,

Optimus


Can we install ECC & SAP BOBI Platform 4.1 in the same server.

$
0
0

Hi All,

 

We are taking the license's for SAP ECC & BOBI Platform 4.1 from SAP HANA Cloud Platform Innovation Packs.

 

So we wanted to install SAP ERP & SAP BOBI Platform 4.1 in the same hardware with a common database as a MaxDB.

 

Is it technically possible to do it.

Re: get the portal url

$
0
0

Hi,

 

Would you please check in trx SM59 -->Http Connections to External Server?
If there is SPML related, you may double click it, in the technical service, there is target host and port for srm portal. However this should also be maintained by portal experts.

 

BR,
Ivy

How can I get the number of week (of quarter) in a Date in sap hana modeling?

$
0
0

Hi,

 

I need to calculate number of week of quarter for a given date in sap hana graphical modeling.

for example: the given input is year - 2015 quarter - Q2 and I have a column in my cal. view as 20.08.2015.

 

Now I should a get the week number of quarter Q2 of year 2015 for 20.08.2015 is : 8.

 

Can anyone suggest me the logic to be implemented to calculate the above logic.

 

Thanks in advance.

 

Regards,

Ramana SBLSV.

Can we install ECC & SAP BOBI Platform 4.1 in the same server.

$
0
0

Hi All,

 

 

We are taking the license's for SAP ECC & BOBI Platform 4.1 from SAP HANA Cloud Platform Innovation Packs.

 

 

So we wanted to install SAP ERP & SAP BOBI Platform 4.1 in the same hardware with a common database as a MaxDB.

 

 

Is it technically possible to do it.

Re: Unable to Perform Mass Billing using EA38

$
0
0

Hi Mohammed,

 

While executing mass activity, first check that, enough free background work processes are available on the server. Next thing is that check your technical settings in EA38, whether you have defined proper number of jobs and proper parallel processing variant.

 

Thanks

Viraj

Re: It is possible to post to multiple AR GL accounts?

$
0
0

Hi scott ,

 

                    Generally CA's have 1:1 relations with debtors account (A/R account ) ,which are further used in debtors aging etc reports,with your requested feature a the charges associated with a particular CA will be reported under two debtors account . Can we know why such a development is required .

Re: Internal Order in AccAssCat 'P' in PO

$
0
0

Check if Order field is made as required for that particular G/L account.


Re: Idoc to SOAP with acknowledgement

$
0
0

isnt it that we use idx_noale when we are sending data to third party and we need ack from isu? can we use it for the scenario where we are expecting ack from third party.?? if yes, then what we need to do.

 

Thanks,

Sherwin

What is End Employee Assignment in C4C Org structure?

$
0
0

Hi All,

 

In Org units' Employee tab, there is a button with "End Employee Assignment", it states that it will end the employee assignment one day before the effective from date. 

 

I regret to say that I am unable to understand its benefit/usage in business.  Request you to explain me in details.

 

Regards,

Maddy

Re: Success Factors - Employee Data Export Objects

$
0
0

I didn't create ICO.

 

I have done normal configuration, since no sender channel to create ICO.

 

we need to export Only IB objects right?

Re: Work flow - Screen output without connection to user

$
0
0

Hi Karthikeyan,

                    Thanks for your reply. Actually i can't find "Advance with immediate dialogue" anywhere

in the details tab of steps.Workflow1.JPG

Re: Description text not saved for infotype 1002 on position object

$
0
0

Check if the text is visible from SE16 table HRP1002. Also try displaying the text using another user id. It could be authorizations-related.

Viewing all 8746 articles
Browse latest View live




Latest Images