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

Re: self join or equi join possible in abap?

$
0
0

Self Join can be possible by using Alias Name

 

     Select A~field1    B~field2 

     from VBFA as A

     Inner Join VBFA as B

     on A~fieldname = B~fieldname

     Into Table <table name>.


Error :WQR 99998 in QAAWS connection

$
0
0

Hi Friends,

 

When i am trying to preview the qaaws query got the below error.

 

Error: WQR 99998

source: Universe

Version: SAP BO 4.0 SP6

 

Please help me to slove this below error.

 

Qaaws Error.png

How to get Multiple Rows as Response using Create_Deep_Entity

$
0
0

Hello Experts,

 

I have a question regarding displaying Multiple rows as Output in XML Response using Create_Deep_Entity method. How to achieve that? Below is the procedure i followed and I am able to return only last record of the table in XML Response.

 

I have 2 Entity Types PurchaseHeader and PurchaseItem with fields as mentioned below and also maintained Associations and Navigation's between 2 Entity types. Also ImplementedCreate_Deep_Entity method in Data Provider class.

 

PurchaseHeader:-

PurchaseDoc

DocumentNum

 

PurchaseItem:-

PurchaseDoc

PurchaseItem

Quantity

DocDate

PostDate

StockType

DocumentNum

 

From a GoodsRecipt Post BAPI, I will be getting Material document Numbers as Output for each Item of a Purchase Document from a table i.e Item_doc table. I am looping that table and passing it tocopy_data_to_ref, but I am able to get only final record(MaterialDoc) in the XML Response Output. I want to fetch all Material docs for each item in Response payload.

 

Loop at Item_doc into wa_item_doc.

ls_gr_item-DocumentNum = wa_mat_doc-DocumentNum.

ls_gr_item-PurchaseDoc = wa_mat_doc-PurchaseDoc.

 

copy_data_to_ref(
EXPORTING
is_data
= ls_gr_item
CHANGING
cr_data
= er_deep_entity
).
endloop.

 

 

 

Thanks.

Re: 0VENDOR_ATTR enhancement delta

$
0
0


HI All,

 

I have the same issue too. But I am not able to find the root cause.

 

I did an extension to the 0VENDOR_ATTR by adding the EMAIL Address.

However - when I am doing a delta just for the email address changes - it would not load.

Seems like the delta change does not detect Email address as part of the delta change.

If I do a full load then it works fine. (a logic was added in the exit to retrieve email from ADR6 table)

 

Anyone encounter the same issue?

 

Do I need to add the field into the ALE Change Pointer (BD52)?

I do not have authorization to change - therefore I am not able to test this.

 

Kindly advise?

 

Thanks in advance

Re: Internal Pricing Error in VKM3

$
0
0

Lakshmipathi Sir,

 

The Development team has raised a issue that SAP note 1883267 is applicable for higher release 604,605, 606, 616,617 with software component  EA- GLTRADE  and our DE client is on release 600 for software component EA- GLTRADE.

 

Need your help how to resolve this...Should i raise a concern with SAP or guide me as what needs to be done...

Re: $count at end of the ODATA url

$
0
0

Hello Arindam,

 

Yes please follow what Matt suggested. Its working that way and only count is returned. But not the data.

 

@Matt Harding Thank you for the solution to resolve the error

 

Regards,

Ashwin

Re: Replace a Webi report with a new version without impacting associated publications/schedules

$
0
0

Hi Vivek,

Open the report is Webi Rich Client .

Save to Enterprise

Select Target folder and report then Save.

Re: SAP BPC - Journal entries

$
0
0

Hi Dsilva,


In BPC , we have Journals are stored in tables where :-

1.Header data is stored in UJJ_JRNL

2. And Line item detail is stored in a generated table. The name of the generated table corresponds to your Environment and Model, but the general format is /1CPMB/*****JRDT where the stars are 5 characters, the first two of which denote the Environment and the last three of which denote the Model.


Wish that helps,


Regards,

Bishwajit


Re: Technical Monitoring - Message Server displayed STOPPED

$
0
0

What do you see in logs ?

Can you share the screenshot and system type ?

Re: SAP GTS Legal control locked (partner)

$
0
0

Hi Pradeep,

 

I don't really understand. Yesterday, you said your issue is resolved.

 

And today the same question. Can you please elaborate your problem? If this is a new issue, please open a separate thread.

 

Regards

Dhilipan

Re: Missing snapshot for introduction to SAP Fiori UX

$
0
0

Hi Jasper,

 

you are not the first one reporting this issue on AWS when it comes to sharing snapshots.

 

Could you please try the following:

1) terminate the instances (if not done already)

2) navigate to the SOLUTIONS tab

3) deactivate the solution

4) activate it again

5) start it again

 

Step 3 & 4 will issue a new sharing of the snapshots into your account. We are working with AWS in order to solve the issue.

 

Regards,

  Hannes

Re: Criar campo com numeração automática

$
0
0

Bom dia Pessoal,

 

Estou precisando carregar esta numeral sequencial só que no assistente de pagamento, ou carregar pelo menos o numero da nota fiscal, alguém poderia me ajudar? Já fiz a consulta:

 

Select distinct Serial from OPCH t0

INNER JOIN PWZ3 T1 ON t0.DocNum = T1.DocNum

where t0.docnum = $[$62.52.1]

 

Só consigo visualizar na segunda linha do assistente e mesmo assim ela aparece e some.

Re: Change of Partner function is Customer master

$
0
0

Hi Nilesh,

 

Please go through XD02 in that Sales Area Data, here you will get all the partner function in  Partner Function tab.

Please select the PF you want to remove and press Delete Row. ( if the partner function is marked as Default, then it will show the error message Deletion not allowed: PF is mandatory function) So in this case please remove the default tick and delete the PF.

 

asn1.JPG

 

Reg,

 

Anand.

BDC--FB60 didn't return the message with document no,but successfully posted.

$
0
0

Dear,

      I have one Z program with BDC though FB60 to post, but no matter use the N mode or A mode to run, it didn't return the successful message with posting document No, which indeed it didn't post successfully and it's document can be check in table BKPF.

      And if I use FB60 directly to post document, it's ok.

 

      And not all data can not return message with document No.

      This can not return right message, when it save to post, have the warning message, but it can be ignored, just press the enter, then it will go on to create the posting document.

      The data can return right message with document No, when it save to post, have no warning message, just create the document and return the document No.

 

 

      How to fix this problem?

      Thanks for your sincerely answer.

Re: 4.1 SP2 install errors - FWM 20030

$
0
0

Thanks for the info Jawahar.

 

I've tried again going to the default location (on E:\) with ports allowed, but I think it's failing again. Have this error in the event viewer:

 

 

Activation context generation failed for "E:\MHR\BOXI server unzipped\51047190\DATA_UNITS\BusinessObjectsServer_win\setup.engine\plat64\Microsoft.VC80.MFC\MFC80U.DLL". Dependent Assembly Microsoft.VC80.MFCLOC,processorArchitecture="amd64",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50608.0" could not be found. Please use sxstrace.exe for detailed diagnosis.

 

 

Is there a chance that there is an issue on the OS? As mentioned earlier, this VM was only built the other day. Wondering if there is a signicant Windows issue causing the problems with the install. Or is that saying there's a problem with the media I'm using?


Re: Agentry - Instantly changing the image on a push button

$
0
0

Sizo,

What platform are you trying this on?

 

From what you have shown, I don't see any problem.  It is possible that Agentry wont let you dynamically change the image and that it only runs your rule once when the screen is first drawn for push buttons.  You could try using embedded images next to button check boxes instead.  The embedded images might dynamically update.

 

Jason Latko - Senior Product Developer at SAP

XSLT Query

$
0
0

Hi,

 

I have a requirement to consume a structure which contains a node, which itself contains a string of XML. As advised on another thread I am using a combination of graphical mapping and XSLT to achieve this. However, I am hitting an issue.

 

The structure being consumed is like:

 

     <WSResponse>   

        <iData>

<![CDATA[<?xml version="1.0" encoding="ISO-8859-1"?>

<reports><report><fault>pothole</fault><location>here</location><reportedby>me</reportedby></report>

<report><fault>darklamp</fault><location>there</location><reportedby>you</reportedby></report>

</reports>]]>

         </iData>

         <iDataLength>2232</iDataLength>

         <iErrorMessage>None</iErrorMessage>

         <iWSCallID>AX121312</iWSCallID>

     </WSResponse>


The node <iData> contains an XML string. I therefore set up a double mapping:


Mapping 1 simply removed "<?xml version="1.0" encoding="ISO-8859-1"?>"

 

When viewed in SXI_Monitor this appears to leave:

 

        <iData>

<reports><report><fault>pothole</fault><location>here</location><reportedby>me</reportedby></report>

<report><fault>darklamp</fault><location>there</location><reportedby>you</reportedby></report>

</reports>>

         </iData>

         <iDataLength>2232</iDataLength>

         <iErrorMessage>None</iErrorMessage>

         <iWSCallID>AX121312</iWSCallID>

 

Mapping 2 was an XSLT mapping which takes in the above and treats it as a standard piece of XML. The relevant bit of the .XSL file is as follows

 

     <ImportedFromMCS>

        <Reports>

          <xsl:for-each select="./iData/reports/report">

             <RemedyReport>

                <ns0:IN_Remedy_Fault xmlns:ns0="http://gcc.access.com/testFutureCities">

                  <xsl:value-of select="./fault"/>

                </ns0:IN_Remedy_Fault>

                <ns0:IN_Remedy_Location xmlns:ns0="http://gcc.access.com/testFutureCities">

                  <xsl:value-of select="./location"/>

                </ns0:IN_Remedy_Location>

                <ns0:IN_Remedy_ReportedBy xmlns:ns0="http://gcc.access.com/testFutureCities">

                  <xsl:value-of select="./reportedby"/>

                </ns0:IN_Remedy_ReportedBy>

             </RemedyReport>

          </xsl:for-each>

        </Reports>

        <ns0:IN_Remedy_DataLength xmlns:ns0="http://gcc.access.com/testFutureCities">

           <xsl:value-of select="./iDataLength"/>

        </ns0:IN_Remedy_DataLength>

        <ns0:IN_Remedy_ErrorMessage xmlns:ns0="http://gcc.access.com/testFutureCities">

           <xsl:value-of select="./iErrorMessage"/>

        </ns0:IN_Remedy_ErrorMessage>

        <ns0:IN_Remedy_iWSCallID xmlns:ns0="http://gcc.access.com/testFutureCities">

           <xsl:value-of select="./iWSCallID"/>

        </ns0:IN_Remedy_iWSCallID>

     </ImportedFromMCS>

 

This produces: 

 

<?xml version="1.0" encoding="UTF-8"?>

<ImportedFromMCS xmlns:ns0="http://gcc.access.com/testFutureCities">

   <Reports />

   <ns0:IN_Remedy_DataLength>2232</ns0:IN_Remedy_DataLength>

   <ns0:IN_Remedy_ErrorMessage>None</ns0:IN_Remedy_ErrorMessage>

   <ns0:IN_Remedy_iWSCallID>121312</ns0:IN_Remedy_iWSCallID>

</ImportedFromMCS>

 

i.e. the <xsl:for-each select="./iData/reports/report"> section returns nothing. My feeling is this is because what is actually being presented to XSLT in mapping 2 is:

 

   <iData>

<![CDATA[<reports><report><fault>pothole</fault><location>here</location><reportedby>me</reportedby></report><report><fault>darklamp</fault><location>there</location><reportedby>you</reportedby></report></reports>]]>

   </iData>

   <iDataLength>2232</iDataLength>

   <iErrorMessage>None</iErrorMessage>

   <iWSCallID>121312</iWSCallID>

 

i.e. the CDATA tag is still there. This means the <xsl:for-each select="./iData/reports/report"> fails because CDATA is in the way.

 

After all that my Question is simply - How does XSLT handle this? i.e. get access to the XML within <iData> without CDATA appearing to screw up the <xsl:for-each select="./iData/reports/report"> command?

 

Cheers,

 

PaulC.

Re: Workorder operation deletion Problem in SAP Syclo workmanager

$
0
0

Hi Kunal,

 

thanks for your reply. I think the method Manju provided is the simplest and quickest.

But I forgot something. If you also set condition filters/constraints you can also rach it from the exchange perspektive (Exchange Object Filter Rule Definition). To be honest I would also prefer the way Manju mentioned.

 

Kind regards,

Mike

Re: Anyone working in Oil and Gas Industry..?

$
0
0

Hi Venkataram Reddy,

 

Let me know Which Reporting Tool are you using and on Which Data Base are you using for report,

Can elaborate those details

I will help you out

 

Thanks &Regards,

Ramesh B

Re: Saint/Spam error at Main Import Phase:

$
0
0

Dear Ashutosh,

 

During Main Import phase several activity ends with return code 4.

 

To check TP_Call in SM59 its not opening to check RFCs, I checked in st22 more than thousands of abap dumps.

 

I also checked background jobs RDDIMPDP and reshceduled in se38 executing RDDNEWDP report.

 

Please suggests

 

Thanks

 

Ahsan

Viewing all 8713 articles
Browse latest View live




Latest Images