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

SMP registration using Client Certificate on Windows platform

$
0
0

Hi,

 

I am working on Kapsel based application targeted to Windows 8.1 platform. Here I am trying to implement a SMP registration using Client Certificates. I followed the blog (Getting Started with Kapsel - Part 8 -- AuthProxy (SP09+) to setup the SMP Server and Client. I have used sap.AuthProxy.CertificateFromStore and sap.AuthProxy.CertificateFromFile methods along with sap.AuthProxy.sendRequest for registration. The sap.AuthProxy.sendRequest method fails with error as


{"errorCode":-107,"description":"Failed to load certificate"}

 

I tried the approach with SMP SDK 3.0 SP08 and SP10.

 

Any help will be appreciated.

 

Thanks,

Chirag.


Re: Generic Program to convert any smartform to PDF

$
0
0

Hi Nidhi,

 

As far as i understand the main driver program for the smartform which includes data retrievals, calling the smartform function module would have to be separate because each module will work with completely different sets of tables and information. What you can do is, create a pdf generation and email sending program separately which can be generic for any module by working with the OTF data returned by each individual smartform.

For example, the OTF data returned by any smartform will be of the same table type and that s not dependent on specific module. So we can write a program which will accept the OTF data as an input selection entry and perhaps an email field also (considering different modules may want to email different people or groups the pdf attachment). Inside this program we would convert the OTF data received as an input to pdf and write the code for sending the same via email attachment.

In that case each of your current individual programs of different module will just have to add a SUBMIT statement to call this generic program to pass the OTF data from the smartform and the generic program will do the rest.

This way, it will be like encapsulating your pdf and email functionality into a single program to be used across all your current driver programs.

 

Regards,

Arnab

Re: Not able to see list of values in a WEBI report

$
0
0

Hi Amit

 

Thanks for the expert response. I am able to search the lov's now. Would you mind explaining the logic behind this ?

 

Regards

Dwaraka

Re: Implementation in Rail Manufacturing Industry

Re: Fixed Assets depreciation issue

$
0
0

Hi Vishal,

 

You can post write up for the assets. When you post it, then the system will credit the depreciation a/c and debit the acc.dep.. After that do manual FI posting by debit the dep.a/c and credit the small diff.exp a/c.

 

Regards,

Mukthar

Re: Opportunity change history in reports

$
0
0

Hi Viju,

 

The Changes facet in Opportunities track the changes at field level.

Screen Shot 2015-11-25 at 2.05.47 PM.png

 

You can get the datasource for this and join with Opportunities datasource.

 

Regards,

Bejoy

Re: How to pick the batch no. at the time of MIGO

$
0
0

Did you checked posting with VL32N

Re: SIDs not getting generated on Master Data X Table

$
0
0

Hi Raman,

 

I have already executed the ACR but still the issue exists. On X table I can't see entries for the vendors I am loading.

 

On RSRV I get below error msg-

 

Characteristic 0VENDOR: 133.116 values from table /BI0/PVENDOR do not exist in table /BI0/XVENDOR

 

Can u suggest how to slove this issue.

 

Regards,

Ravi


Re: price is not copied when material is extended

$
0
0

I am not in a retail system and the "propose field content" is open to be maintained, but the lower section with the label for 'Retail only' is not accessible for me. But I meant the "propose field content" , thanks Ajit for being more clear, I had just freely translated as I was not in the system when I replied.

 

If the price does not come over despite of this setting then you may have a BAPI for own proposal logic in place: BADI_MATERIAL_REF

 

Work Order Component Mass Change Offset

$
0
0

Hi All

 

Does anyone have a solution for Mass Changing Component Offset?

 

I know it is possible to maintain the Offset in a BOM, but this is not always possible.

 

Thank you

Jeff

 

Work Order Component Data v3.jpg

Re: Posting with EDLI,PF Admin-Posting run with Error happening with Symbolic assigned to /3F7,8,9 but not happening with 93F7,8,9

$
0
0

Hi Sankar,

 

These are not getting generated in RT

Re: How to use REST services and call them in Cloud Application Studio

$
0
0

Hi Hanumath,

 

I had the same issue too and asked a question here regarding REST services and API-Key.

Unfortunatelly nobody answered.

 

From my understanding api keys are not supported using REST even though you can define them.

 

Regarding using GET and multiple parameters:

I did not experience this issue, however I did not use it extensively so I might have missed something.

Assuming your code is correct:

Did you try to build the URL manually (i.e. adding the parameters to the URL) instead of using the url parameter collection?

Imho if the later has an issue with multiple parameters then it should be possible to build your query string yourself.

 

Unfortunately I am not aware of any blog entry regarding REST services. I could have used them myself.

 

Best regards,

 

Ludger

--

Custom development with all4cloud.de

Re: Return code is 4 and icon is in yellow colour in STMS IMPORT

$
0
0

Hi Srinivas,

 

Its the first time yellow colour has seen. That's why i asked.

 

Regards

 

Praveen

Re: Form 16 layout

$
0
0

Hi,

 

After executing the std Form 16 report ( pc00_m40_f16).

 

Regards,

Vijay Kumar K.B

Re: unable to assign the vlaue to id attribute from model


Re: unable to raise MDG CR for vendor due to BP not in sync

$
0
0

Hello,

 

For Tax Number of BP, Update V_TFKTAXNUMTYPEC with entries of  TFKTAXNUMTYPE .


Thanks

Re: PB7. Compute Field.Compute Expression Help

$
0
0

sorry for opening this thread again...

 

CASE(

  sum( if( compute_6 = 'Fail', 1, 0) for group 1)

  when 0 then 'Well Done Keep it up'

  when 1,2 then 'Ask your ward to concentrate more on the failed subjects'

  when is >= 3 then 'Ask your ward to see the class teacher'

)

 

now the situation is compute_6 is null but the code is executing the first condition that is...

 

when 0 then 'Well Done Keep it up'

 

if compute_6 is null i dont want to show anything..just a null space ...

 

where i have to make a change for getting a null value?

 

thanks

CIN table J_1IEXCACC data changes for sub trans type ES

$
0
0

We have upgraded from ECC 6.0 to EHP 7. We found J_1IEXCACC table entries are missing for GRPO transaction for ES subtransaction type.

 

 

This we found only after the issue came. But we find the entries available only in our developmernt client & not in QAS / PRD>. Its surprising to note this. Please guide us how to proceed.

Re: how to add footer text in ALV developed using custom container grid

$
0
0

hi alessandro,

 

that is what ,how do i write text in the footer.....

 

its not a standard text instead i want to display some calculated value say (Final Balance = 3456772)

 

like that...

Re: C+048 (Valuation of material XXXXXX in valuation area YYYY inconsistent)

$
0
0

Hi Thiago,

 

Please try to run program MLHELP_MBEW_CONSISTENCY and MLHELP_REPAIR_TABLES. Before running these program Please set paramater id - DONOPANIC and currentdate in the parameter tab in t-code SU3.

 

Hope this will help.

 

Regards

Bhaskar

Viewing all 3354 articles
Browse latest View live


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