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

Re: Copy transport request in SAP BI?

0
0

Hi Kool,

 

I think Include is the option from which you can add objects from one transport request to the other.

 

Copy -I think not possible include objects is doing copy only.

still wait for other's reply.

 

Regards,

Ganesh Bothe


Re: formula for when column = particular value

0
0

can you send me the report with Saved Data? you can find my email in my profile. you don't need to do anything at the data end to make this work.

Re: BP role MKK still in use.adress validity cannot be changed

0
0

Hi Bernadette,

 

Thanks for the note. The issue is resolved now.

Re: Agent administration - webdynpro

0
0

Hi Roman,

 

Thanks very much. The problem was in this parameter:

 

icm/HTTP/j2ee_0 = PREFIX=/,HOST=localhost,CONN=0-500,PORT=5$$00

 

Regards.

Oscar

Re: ADS Configuration Error

0
0

This error is ignorable as per "1177315 - ADS RFC destination test return 403 / 404 / 405 code"

SQLSTATE=08001, Database error -30082 After DB Refresh

0
0

Hi All,

 

We recently refreshed our QAS system with Prod System database.

 

Database is DB2 - 9.7.0.4 and OS - AIX

 

After the Refresh, All Activities are completed and System is working fine but SM21 is showing some strange messages -

 

15:26:07 DIA  000 000 SAPSYS                    BY  2 Database error -30082 at CON

15:26:07 DIA  000 000 SAPSYS                    BY  0 > SQL30082N Security processing failed with reason "24"

15:26:07 DIA  000 000 SAPSYS                    BY  0 > ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001

15:26:07 DIA  000 000 SAPSYS                    BY  1 Database error -30082

 

Database error -30082 at CON

Details
Recording at local and central time........................ 08/14/2014 15:26:07

Task...... Process                     User...... Terminal Session TCode Program  Cl Problem cl         Package

31916      Dialog work process No. 000 SAPSYS                    1       SAPMSSY8 K  SAP Web AS Problem SBAC

 


Module nam Line Table Name Field Name

dbds       879  -30082     CON

 


Documentation for system log message BY 2 :

After the attempt to call a database operation, the database system has
returned the error code specified in the message, which indicates that
the operation concerned could not be executed successfully.

 

We did System Restart, R3trans -d, All looks fine. Went through DB02 and other related tcodes also but do not find any related information of this issue.

 

Can you please suggest what could be possible root cause of this issue and how can we solve it.

 

Regards,

Shivam Mittal

Re: "Invalid HTTP Connection : ADS"

Re: Run web application in abap

0
0

Hi,

 

Try this:

 

DATA: t_data TYPE TABLE OF char1000.

 

CALL FUNCTION 'DP_GET_STREAM_FROM_URL'

   EXPORTING

     url  = 'http://110.110.110.110/QR/AYDIN'

   TABLES

     data = t_data.

 

Regards,

Custodio


Re: POP UP needed for an ERROR while performing an action

Re: SQLSTATE=08001, Database error -30082 After DB Refresh

0
0

db2 connect is also working fine -

 

db2a11> db2 connect to A11 user sapp11 using basis123

   Database Connection Information

Database server        = DB2/AIX64 9.7.4
SQL authorization ID   = SAPP11
Local database alias   = A11

Re: How get WI_ID?

0
0

the link between the event and the workflow it created is not stored directly in the DB unless you turn the event trace (transaction SWEL) on, and then it is stored in the event trace tables, however it is not recommended to have the trace active in a production system since there a lot of events and the trace tables will get very large very fast.

 

Usually if I want to see the workflow created I look at the object in table sww_wi2obj / use the sap_wapi_workitems_to_object. 

How can I set long text as mandatory field?

0
0

Please refer to: EENO_DYNP-ZEILE (long text for the header)


It does not work using the posting key and/or account group status field

 

Best Regards

SAP HANA connect to Project on Eclipse

0
0

Hi, When I tried creating this project https://github.com/SAP/cloud-hana-helloworldI faced the following issue when I try to Share Project and use the HANA Instance.

 

Could someone please guide me on how to resolve permissions and authorizations for REPO in HANA??

Re: query help

0
0

Hi,

 

Try this first:

 

SELECT

      J0.[TransID],

      J1.[ShortName],

      C0.[CardName],

      J0.[RefDate],

      J0.[TransType],

      J0.[Ref1],

      J1.[LineMemo],

      J1.[Debit],

      J1.[Credit]

FROM [dbo].[OJDT] J0

      JOIN [dbo].[JDT1] J1 ON J1.[TransID] = J0.[TransID]

      JOIN [dbo].[OACT] A0 ON J1.[Account] = A0.[AcctCode]

      JOIN [dbo].[OCRD] C0 ON C0.[CardCode] = J1.[ShortName] 

WHERE

      J0.[RefDate] >= '[%0]'

      AND J0.[RefDate] <= '[%1]'

      AND C0.[CardType] = '[%2]'

 

Thanks,

Gordon

Re: Create total time formula

0
0

hey C Warner,

 

1) create a new formula named Seconds (to place on the Details section) with syntax like

 

timevar t := {your time field};

numbervar s:=(hour(t)*3600) + (minute(t)*60) + second(t);

 

2) right click on the Seconds formula and choose Insert > Summary > Sum and also change the Summary Location to be your group

 

3) now right click on the Seconds formula again and choose Insert > Summary > Average and change the Summary Location to be your group

 

4) right click on the Summary and choose Format > go to the Common tab > Display String and enter this syntax which will change the output of the formula from seconds to a readable time display.

 

numbervar ts:= currentfieldvalue;

numbervar hs;

numbervar ms;

numbervar ss;

 

 

hs:= truncate((remainder(ts,86400))/3600);

ms:= truncate((remainder(ts,3600))/60);

ss:= truncate(remainder(ts,60));

stringvar display:= totext(hs,'00') + ":" + totext(ms,'00') + ":" + totext(ss,'00');

 

 

display

 

5) if you want you can also move this summary to the Group Header and then suppress the Group Footer.


Re: ARQ: What is the user of "ADD" and "REMOVE" buttons in Mitigation Screen???

0
0

Alessandor,

 

Thank you very much for taking so much pain and sharing these details and thoughts.

 

If an Access Request has multiple risks and one among them is not having any mitigation control assigned, as you said, it can be removed from the screen using "REMOVE" button and rest of the risks can be mitigated.

 

However, in my configuration, approver CANNOT approve a request until he mitigates all the risks. Therefore, even though he removes the risk which does not have any mitigation control assigned, he can not approve the request!

 

I dont see the use of remove button in my scenario. What do you think? CAn you please share your thoughts based upon my scenario?

 

As far "ADD" button, I remember that he can add user id for mitigation. But if an Access Request is raised for a specific user, then why the approver should add other user ids?

 

I still have to check this "ADD" button function. Above is based upon my memory ;-)

 

Regards,

Faisal

Re: Third Party Javascript In XS Engine?

0
0

How would your library looks like? And do you have any suggestion of how to adapt 3rd party library (i.e. underscore.js) into xsjslib format?

 

Thanks

Re: Why adding a new infotype in infogroup was not working in PA48?

0
0

Hi Sven,

 

Thanks for your response.

IT0041 is Display Mode my customer want display data from transfer data this infotype from Erec to PA like transaction PA40 only display mode.

 

When transfer data from Erec to PA by using PA48, all infotypes are work and I can change data, but only except IT0041 didn't show.

 

If this IT0041 transfer from eRec to PA didn't contain any data this will this screen show or not?

 

Thank advance,

 

Keu

Re: Another SQLCMD Question

0
0

Hi Rick,

 

Change (SELECT T1.Price FROM OITM T0 inner join ITM1 T1 on T0.ItemCode = T1.ItemCode and T1.[PriceList] = '1') to

 

(SELECT Top 1 T1.Price FROM OITM T0 inner join ITM1 T1 on T0.ItemCode = T1.ItemCode and T1.[PriceList] = '1')


Thanks,

Gordon

ECR/ECO Configuration for Documents

0
0

I need to find how to setup the configuration to manage changes with ECR/ECO for a specific document type. I see document on the object types but there are no check boxes to actv. or object ect. I have maintained a profile for Documents as well but still not able to get it right.

 

We are on ECC 6 EHP4.

 

Please be so kind as to direct me in the right direction.!

Viewing all 8594 articles
Browse latest View live




Latest Images