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

Re: Authenticate Approvers using LDAP Credentials

$
0
0

Thanks a ton Colleen for your quick response. We are indeed implementing SSO for GRC via Portal, however our client is a GxP compliant customer and one of the requirements which we have is that approvers need to recertify (approval reaffirm) before request is approved. The pop up screen for recertification is expecting GRC user ID and password. Can we any how authenticate the approver via LDAP credentials instead at this stage.

 

Reiterating my point again, creating 30000+ managers and sharing the password is a difficult task and not a effective mechanism to operate if any big customer is planning to implement GRC.

 

Thank you.

Anjan Pandey


Re: Unable to send the IDOC from the SAP to PI system

$
0
0

Hai Tony,

 

Thanks for the reply.

 

As you suggested I have also followed the same process but I am not able to avoid the error ,is there any another solution for it.

 

Regards,

Avinash.

Re: Transfer data from abap program to workflow container

Re: In Hana SQL Script, can I insert records into an already existing table variable?

$
0
0

I was thinking a similar thing as Jody. If the general requirement is that you need to insert contents from two tables into one target table just for intermediate processing, then it can be assumed that you can make the sources identical to the target.

 

This sounds like a perfect use case for a union, since you really are just trying to combine these together, no real need to "insert" so to speak.

 

temp_table = SELECT <COLUMNS> FROM <TABLE1>

UNION

SELECT <COLUMNS> FROM <TABLE2>

 

Or this can likely be achieved in another way using multiple variables,

a  = SELECT <COLUMNS> FROM <TABLE1>;
b = SELECT <COLUMNS> FROM <TABLE2>;

c = SELECT * FROM :a UNION SELECT * from :b;

 

Have not tested the above syntax as I'm not in front of a system, but seems logical.

 

Regards,

Justin

Re: Engineering material quality check

$
0
0

Hi,

 

I presume that you are referring to Spares as Engineering materials.

 

This can be done by two ways,

1. Do not activate QM for these materials instead just flag "Post to inspection stock" in PURCHASING VIEW.

After GR, material will be posted to QI without an inspection lot. Now give authorization for 350 movement only for Authorized users.

2. Create customized inspection type copying 01, unflag Insp. with task list, Check Chars, Automatic assignment fields for new inspection type.

Remember, Post to inspection stock must be flagged here. As those 3 fields are unflagged you need not to create inspection plan.

Assign and activate this inspection type for all Spares.

After GR, material will be posted to QI with an Inspection lot, results recording will not be allowed and you can simply give UD and proceed for Stock posting.

 

Test these both options and decide which one suits your business.

 

Amol.

Re: configuration setup required for getting soap1.2 version in sap pi 7.31single stack

$
0
0

Hi Ashish - I think it's defaulted to 1.1.

 

But are you able to get the namespace as 1.2 when you download the wsdl from service interface in ESR?

 

If so then try publishing it into service registry from ESR itself rather than doing it from ID.

(Tools -> publish service interfaces) and see if that works for you..

 

Reference : http://help.sap.com/saphelp_nw73/helpdata/en/4a/ac62addabb000ae10000000a42189c/frameset.htm

 

You should have the role "SERVICES_REGISTRY_READ_WRITE" to do that.

Re: Workflow ID's

Re: PDF embedding in a Adobe Form

$
0
0

hi Bertrand DESSERTENNE,

 

Can share with detail how to insert attachment (PDFjpeg) into the adobe form generated by sap?

the requirement is offline form using webservice to save all the info (including attachment) back to sap.

how we store the attachment and how to retrieve it?

 

Regards,

Kathy


Failed to display plan: TablesInvolved

$
0
0

Hello,

 

When I tried 'Visualize Plan' for this statement:

 

select * from coep;

 

I got the following error:

 

Capture2.JPG

 

The same statement can be executed as is, successfully, but I cannot do 'Visualize Plan' on it.

 

Anyone knows what the error means?

 

Regards,

-Michelle

Re: output determination of mass billing documents

$
0
0

hi,

 

Thanks for your reply.

 

i tried to debug the batch job by using JDBG but the breakpoint does not stop at the output determination requirement routine 910 komed_910.

 

please tell me a way, by which i can debug the requirement routine.

 

 

thanks

Re: webdynpro help ..........

Re: Is BO 4.0 compatible with window 8?

$
0
0

Hello Manikandan,

 

I would suggest that you - before posting such a question - you at least take a look at the PAM for the product. Information like that is available on service marketplace and is public information - http://service.sap.com/pam.

 

regards

Ingo Hilgefort, SAP

Re: How can I make IT 1610 to show in PP01 or PP03 Transaction?

$
0
0

Hi,

For Job also follow the same steps given by Sriram.Only instead of selecting 'Create Postion' action in(screen shot Action overview ) select Create Job action and add the infotype.

 

Thanks & Regards,

Jignya

Re: Select statement is not fetching data???

$
0
0

Hello Suhale,

 

Write like below.

 

TYPES : BEGIN of strt.

Declare the fields werks budat qualf urcod arbpl katalogart urgrp urcod versio iserh.

END OF strt.

 

DATA: itab TYPE TABLE OF strt.

 

SELECT werks budat qualf urcod arbpl katalogart urgrp urcod versio iserh

     INTO   TABLE itab

     FROM   zctsi_pw

     WHERE  werks IN so_werk

     AND    budat IN so_budat

     AND    arbpl IN so_arbpl

     AND    aufnr IN so_aufnr

     AND    urgrp IN so_urgrp

     AND    urcod IN so_urcod.

 

Don't use table alias, it can be used only if you are using the JOINS.

Copying Master & Stock Data from SAP 4.6 to ECC 6.0

$
0
0

Hi,

 

We are in the Process of migrating from  SAP 4.6 to ECC 6.0.

 

The data related with Plants, Material Master, Stocks are very huge.

 

We are asked to explore the possibility of copying data from old server to new server directly,

 

We have consulted our ABAP Team in this regard. As per them, this is not possible as the there is a difference in the Table Structure. Even they encounter Issues in running the existing Z Programs on ECC 6.0

 

Please guide.

 

Regards,

PK


Repaired function group but transport got deleted

$
0
0

Hi,

I have repaired a standard function group and saved under workbench transport request.But unknowingly the transport request got deleted from dev system.Now we are not able to retrieve the deleted request neither repair the function group again(we can repair only once) so that it can be saved in new TR.Please let me know how to proceed on this issue.

 

Regards,

PD

Re: To learn sap pp module

$
0
0

Dear sir,

 

thanks a lot.................

Re: ALV using SALV classes problem

$
0
0


OK solved it by using the FM

 

 

REUSE_ALV_COMMENTARY_WRITE. The header appears in the excel in place even I use SALV class. Ha ha.

Re: Printing multiple documents in single paper

$
0
0

Hi,

you need to Develope a Z programme for Coverting the all Invoice ouputs to one Output with your own selection Parametres.

Re: Urjent!! disp+work.EXE not working.

$
0
0

Hi

 

There are no major error in the log file except one for SSO that should not prevent the instance from starting.

The Kerberos Service Principal Names for (p:SAPServiceCHQ@xxx.yyy.COM) cannot be reached in the Active Directory

 

 

 

Regards

Viewing all 8798 articles
Browse latest View live




Latest Images