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

Re: Share Point Integration

0
0

Hi Athol,

 

Could you please explain little more about point (2) and (3).

 

2. Write a SP interface for ArchiveLink or SAP DMS                              

3. SAP XECM with AGA (Application Governance and Archiving).

 

Please let me know, this two also 3rd party products and licenses are required?

Any way, we access the SharePoint API / Web servers directly in SAP without using 3rd party products?

 

 

Regards,

Venky.


Re: How can I add text to a unified ShellHeadItem?

0
0

Hi Shirli,

in case you have not found a solution yet and still want one: for some other reason i got interested in the shell too, and first thought, this one's solvable with a custom ShellHeadItem. It seems not, because ShellHeadItem has no own renderer, but gets rendered by the ShellHeader. So i tried a bit to find a workaround, here it is (see comments in code): http://jsfiddle.net/sok_/3nnwfouk/

Still note, it is a workaround, it relies on the current dom structure of the shell header + items, which might change.

I think, the "official way" would be to provide an own Header (there is a setter for a custom Header in the shell) that suits your needs.

best regards, Sophie.

 

 

PS: make sure you don't get arrested by the UI police ;-) as they seem not to have intended texts in the shell header....

Re: How to add App Title in sap.ui.unified.Shell control Header?

0
0

Hello Prabhjot,

in this thread: http://scn.sap.com/thread/3692321 Shirli had the same question and i posted some infos/findings there, maybe you find this interesting,

best regards, Sophie.

HANA One License Issue

0
0

Hi I have a HANA One Rev- 52.2 and I had stopped it for a while and now I have the System License Expired message from the Studio. I wanted to upgrade to the Version 74 because of this I am not able to backup and upgrade

Any help is appreciated

Thanks

Karth

Re: Export TEXTS from PO to control supplier performance

0
0

How you could include a text message and make it visible in ME2L needs to be asked in the ABAP space as it is certainly not possible with standard MM application customizing.

But if I am understanding well then you are actually looking for something to evaluate your vendor based on the seriousness of the delay. You could consider a manual criterion for this.

Re: Transformation Issuse

0
0

Hi Bill,

 

What are you trying to load? which package are you running?

are you loading from infocube or flat file?

 

in your transformation file you use infocube's infoobjects name but you are saying that you are loading from flatfile?

 

Andy

Re: Attaching a URL which does not start with HTTP / HTTPS in SAP TM

0
0

Hi Bharath,

 

Yes, you can achieve the same via URL redirection. Please follow the below steps.

 

1.Create a service in SICF e.g. sap/bc/redirect_z3 in your SAP TM system and follow following steps.

 

2. Create a class with interface IF_HTTP_EXTENSION e.g. ZCL_REDIRECT_URL

 

3. Maintain  class created in step 2 into the Handler List of the service created in step 1.

 

4. In class ZCL_REDIRECT_URL Method IF_HTTP_EXTENSION~HANDLE_REQUEST write below code

 

                    Data: lv_target type string.

        

                       lv_target = 'Z3://searchsmartstart.......'

 

                      server->response->redirect( url = lv_target ).

5. You can also read the parameter from the source URL with below program code

                

CALL METHOD server->request->get_form_data

    EXPORTING

      name = 'PAR1'

    CHANGING

      data = lv_par1.

6. Now attach the URL of your service created in step 1(Which will be http/https URL) to Attachments table in FWO / FRB application with parameter you want.

 

Now once you click this URL , Mehtod IF_HTTP_EXTENSION~HANDLE_REQUEST in Handler list class will execute here you can read the parameter as mentioned above and form a target URL and redirect to you intended target .

 

Thanks, Pravin

 

 

              

Re: LI21 Open Item in storage type 999

0
0

There is an old note 131471 - Post difference: M7226 Update control of movement type

which added the M special stock to the MM inventory movements, in that note is a reference note 948337 which is about WM movement types. Unfortunately this note is not released, so you have to contact SAP to know what is in there.

At least I can confirm that I have no 711 - 718 movement type with M special stock in table T156S in my system and would expect to get the same error (we are not using empties management )



Re: ATP issue while releasing a PO

0
0

Hi Diego,

 

Please reset the availability data in COHV.. use these parameters:

COHV.jpg

 

Once this is done, check again CO09.

 

Kind Regards,

Mariano

Re: During Target Groups creation: Filter the specific BP Accounts based on the Ztable fields

0
0

Hi,

 

Target group BP Selection search help uses component BP_HEAD_SEARCH window : SearchHelpWindow.

 

If you fields are added through AET then you need to do view configuration of search to make those fields available in search for filter.

 

If fields are created directly through custom logic, then you need to enhance the view to put custom logic for filtering the business partners.

 

Alternatively, if you want the search to be strictly done on custom table only then better to create custom component and view for BP search.

 

Hope this will be useful.

 

Regards,

Naresh

Re: Context node binding

0
0

Hi Vaibhav,

 

No you do not need same set of attributes to be created in the value node.

 

You need to create attributes if you want it to be displayed/changeable on view.

 

Regards,

Naresh

Re: Excel Add-In for APO Demand Planning

0
0

Need to set the option of USE AS DATA INPUT which then opens up options to upload.

DataAsInput.jpg

Then the UPLOAD DATA button goes from grey to instead able to upload data.

j

Re: Exception error message in MD04 - opening date in past

0
0

Hello Paulina,

 

When you run MRP with Scheduling 2 (Lead Time Scheduling and Capacity Planning), the production dates will be determined using your routing. When you run the MRP with scheduling 1 (Determination of Basic Dates for Planned Orders) the dates will be determined based on the In-house production time setup in the material..

 

The costing run will consider the rounting. The in-house production is only relevant for the planned orders:

The system requires the in-house production time to determine the planned dates for planned orders in materials

planning.

Kind regards,

Mariano

Re: Where to see activities, which are created for the campaign with target group

0
0

Hi Hamid

 

The easiest way to see if the activities are created is  to check table CRMD_ORDERADM_H for the Transaction Type you've assigned to the Campaign.

 

If there are no new entries then you may still be missing some configuration.

 

Let me know if you need anymore assistance on this one.

 

If the activities were created they will be visible against the Business Partner that the campaign was sent to in the Business Transactions / Activities assignment block.

 

Regards

 

Arden

Re: "Your password is not secure enough!"

0
0

I like the ability to use a pass phrase instead of a pass word.

 

Rapidly increases the entropy of the pass-code as long as it does not decrease the collision rate with the one-way-hash, in the case that it is extracted and salts are not used to make it useless information.

 

But regardless of the strength of the password, I still shudder most at the "password reset services" which return the same initial password or return the clear text password to you for the "ah ha" moment (so that you are not confronted by it when changing the password because it was the previous one as well - the one you could not remember...). This means that the password storage is reversible or sufficient information is transferred in application programs for an admin to be able to snatch the clear text password of all users. That should simply not be possible and not supported as application users do not have any contracts and NDA agreements with system admins and service providers and their admins.

 

In this latter case it really does not matter much what your password is.

 

Cheers,

Julius


Re: Monitoreo de Facturas Fallidas

0
0

Fijate que no funciona ese es el detalle.

 

Si encuentra datos pero no me valida y arroja el msg de error!!

Re: 0FISCPER Variable for current and previous

0
0

Hi Keith,

 

I guess your writing as a separate ABAP Program by using hence your receiving this error. You have to place this code in DTP against to FISCPER as per your requirement.

 

Am I correct?

 

Thank you,

Nanda

Re: Uploading CSF Succession data model takes very long time

0
0

Hi Hilmawan,

 

Actually, the file only takes 2 or 3 minutes to load but the browser just becomes unresponsive. The file will have loaded long before the browser times out. Unfortunately I've not found a solution to the browser being responsive, I just give it 5 minutes or so and then restart it.

 

All the best,

 

Luke

Re: #Error message on a formula to convert null value

0
0

# does not mean null, it means it has a value of Not Assigned.  This is not a number value, so trying to convert it to number will likely result in an error, which is what you are seeing.

 

One option is to either do a check to see if there was an error, or you can do a check for # and replace its value with 0 instead.

Re: Analysis report without a measure.

0
0

Hi Gaurav,

 

One measure is must in AO report

Thanks

John

Viewing all 8667 articles
Browse latest View live




Latest Images