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

Re: Transports to production - project implementation

$
0
0

HI Johan,

 

If you have a backup of <DIR_TRANS> directory which is in sync with the database backup, you can
use it .

 

BR,
Gaurav


ESR objects not reflecting in netwear eclipse pi 7.3

$
0
0

I am trying to creating a scenario by using netweaver eclipse but ESR objects and their content are not reflecting in netweaver. how to configure it so all ESR objects and their content will get reflected in eclipse??? somebody please tell me the configuration steps to perform it properly.

Leave Approval thru HR instead of Manager

$
0
0

Hi,

 

we are wondering if there ist any "Best Practice Advice" / WDA Application on/for following situation:

 

Occasionally Top-Managers do not have access to the MSS-Applications for an undefined time. Their Substions are unavailable as well. The Leave Requestor asks HR to approve the request instead. HR checks with RPTARQDBVIEW for Leave Requests in Status SENT, but the report does not offer any "approval funtionality".

 

What would be the best approach to enable HR to approve Leave Requests of selected employees?

 

Thanks for any suggestion!

 

Michael

 

EHP 7 + NWBC for HTML

Re: Data Table for Transportation Lanes

$
0
0

Hi Imran

 

Pls find additional tables

 

 

SAPAPO/TRE                    Enhancement for Transportation Lane Headeer

/SAPAPO/TRM                    Means of Transport for Transportation Lane

/SAPAPO/TRMC                   Means of Transport for Transport. Service

/SAPAPO/TRMCARR                Transportation Service Provider at Transp

/SAPAPO/TRPRODM                Means of Transport for Transportation Lane

/SAPAPO/TRPRODV                Version-Dependent, Product-Specific Trans.

/SAPAPO/TRTYPE                 Means of Transport

 

Regards

Virender

Re: Endroutine on characteristic 0BPARTNER

$
0
0

Hi Raf,

 

Just came across this thread. I believe the code should be (remove words with that are cut like NOT):

 

    IF RESULT_PACKAGE[] IS NOT INITIAL.

 

      LOOP AT RESULT_PACKAGE ASSIGNING <RESULT_FIELDS>.


        IF <RESULT_FIELDS>-BP_LSTNAME IS NOT INITIAL.
          <RESULT_FIELDS>-BP_LSTNAME = <RESULT_FIELDS>-BP_LSTNAME NAME_ORG1 .
        ENDIF.

 

      ENDLOOP.

 

    ENDIF.

 

Because if <RESULT_FIELDS>-BP_LSTNAME already have a value we do not need to assign it again.

Else if it is initial then only we assign a value to it. right? or am I missing anything.

I think you meant to say this only in your first statement of reply.


Thanks

Amit


Alerts?

$
0
0

I have a report which is maxed out horizontally, so there's no room to display a note field for each entity (see attached file).  Is there a way to display a Notes field, when the entity is clicked by the user?  I looked at Alerts, but it doesn't seem to allow for this.

SBO SBO Mailer Error

$
0
0

Hi,

 

I have a problem with the SBO Mailer, when i start the B1_Mailer.exe he create a B1MailLog with this error - "StartServiceCtrlDispatcher Failed"

 

My system is SBO 9 PL12

 

Please help somebody!

Re: when user open the report how he can view the last instance of the report

$
0
0

Dell we are using we are using CR2013 

 

i thought check on to save data with report and

scheduled the report but it is not showing the latest instance of the report but it is showing the data when the report is created

if we Schuyler the report at night 2 am it takes longer time to run 

how can user see the last instance of the report

 

 

Please Advise

 

Thanks

Krishna.


Re: how to create stack chart in webi ?

$
0
0

looks like you have three measures and two dimensions. there should be one measure and the measure names should appear as dimension values.

 

 

D2

 

 

D1

 

 

MN

 

 

M1

 

 

D21

 

 

Dim 11

 

 

m1

 

 

12

 

 

D21

 

 

Dim 11

 

 

m2

 

 

13

 

 

D21

 

 

Dim 11

 

 

m3

 

 

21

 

 

D21

 

 

Dim 12

 

 

m1

 

 

72

 

 

D21

 

 

Dim 12

 

 

m2

 

 

109

 

 

D21

 

 

Dim 12

 

 

m3

 

 

54

 

 

D22

 

 

Dim 11

 

 

m1

 

 

32

 

 

D22

 

 

Dim 11

 

 

m2

 

 

45

 

 

D22

 

 

Dim 11

 

 

m3

 

 

32

 

 

D22

 

 

Dim 12

 

 

m1

 

 

92

 

 

D22

 

 

Dim 12

 

 

m2

 

 

141

 

 

D22

 

 

Dim 12

 

 

m3

 

 

65

 

 

D23

 

 

Dim 11

 

 

m1

 

 

52

 

 

D23

 

 

Dim 11

 

 

m2

 

 

77

 

 

D23

 

 

Dim 11

 

 

m3

 

 

43

 

 

D23

 

 

Dim 12

 

 

m1

 

 

112

 

 

D23

 

 

Dim 12

 

 

m2

 

 

173

 

 

D23

 

 

Dim 12

 

 

m3

 

 

76

 

 

 

Re: Add SAP HANA Cloud platform system Account information on Eclipse

$
0
0

I doubt that you have a trial account on the production landscape hana.ondemand.com. Anyway, this question has already been answered - the issue was the typo in the account name, let's not confuse users further.

Re: Remove / Hide Single Field in Tile List View

$
0
0

Thanks for the reply.

 

I am having an Include rule. I want to check if itemtype == "ALBJ" or itemtype="BHGF" or itemtype="KJHU". If anything matches, that row should not be displayed in the list tile view.

 

How will i write an include rule for this.

 

if

     or

          not

               eqstr

                    itemtype (property)

                    ALBJ

           not

               eqstr

                    itemtype (property)

                    KJHU

 

This works fine. If i add one more not, it fails. Where am i wrong?

 

Please help.

Thanks,

Divya

Re: Alerts?

$
0
0

Hi Royal,

 

A subreport is the only other workaround however, I'm not sure how feasible it might be in this situation.

 

-Abhilash

Field validations

$
0
0

Hi all,

 

I want to differentiate between events 'At selection-screen' and 'At selection-screen on <field>'.

I am attaching a file here. In that I have used event 'At selection-screen on s_vbeln'. But the field s_ebeln  is also getting validated.

I think only that s_vbeln should be validated as we are specifically mentioning it. But why s_ebeln is getting validated in the process.

Your help is appreciated.

 

Regards,

larry.

INTERVIEW QUESTION

$
0
0

Dear Friends,

I am sap abap certified fresher . I going to interview on coming wednesday.so i need some instruction and interview question.so help me

Re: CAT2 : Personal Number Assigned to PM Order

$
0
0

Hi Suresh,

 

You are asking for the community to provide you with 2 badic trainings, when either

A) your employer dold you to the client as knowing basic HR and PM (hopefully not, but if so, that's training your employer should provide)

B) it's the client's job to create appropriate master data.

 

But providing comprehensive basic training or regurgitating help.sap.com is not what should br clogging up the SCN.

 

And in any case: the client or your resoectibve HR and PM colleagues need to give you the bespoke context anyway, so you know which org objects etc you have to use


Re: No Approve Button for Leave Request in MSS

$
0
0

Hi Satish

Many thanks for the response and update.

The screenshot attachment that you have outlined above is not that of the UWL Connectors.

 

What I am looking for here is a set listing of the connectors that you currently have configured in association to the Universal Worklist itself.

 

E.G.

 

  • WebFlowConnector
  • BPEMUWL Connector
  • AdHocWorkFlowConnector

 

You've (in the screenshot) navigated to the right place but just havint opened the "Display Connection Status" screen.

 

 

Kindly update me as per your findings.

 

 

Kind Regards & All The Best

 

Troy Cronin - Enterprise Portal Support Engineer

Follow Troy Cronin

Re: dats and numc compare

$
0
0

that 1st column is numc date

01.2013 | compare condition*KF1| KF2

02.2014 | compare condition*KF1| KF2

03.2014 | compare condition*KF1| KF2

.....

Re: Conversion File in data manager package BPC 10.1

$
0
0

Dear All,

 

Thank you for your sharing and idea.

It's really helpful.

Re: How to check the sql drivers details which are deployed in xi system?

$
0
0

Hi annad,

 


I am asking about version which was deployed in xi system


Above path was not found in my system  .please see below screen shot

sat11.jpg

Re: How to check the sql drivers details which are deployed in xi system?

$
0
0

Hi annad,

 


I am asking about version which was deployed in xi system


Above path was not found in my system  .please see below screen shot

sat11.jpg

Viewing all 8676 articles
Browse latest View live




Latest Images