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

Re: Difference between catalog views and content views

$
0
0

Hi Pawan,

 

As mentioned by swarna, the objects in the content folder are design time objects (created in "project explorer")and these design time objects are later activated to create run time artifacts, you can see these run time artifacts in the "Catalog".

 

Design time artifacts can be seen as a defination for run time artifacts.

 

Creating design time objects helps in maintaining the source code, transportation of source code between different systems(in the form of delivery units) like from Dev to testing and from testing to production.

 

Examples of design time artifacts are files ending with .hdbprocedure, .attributeview, .xsodata or .hdbdd files, you usually create these files in project explorer and on committ these files are copied to repository i.e., under "content" folder. These files are later activated to create run time artifacts.

 

Examples for runtime artifacts would be the tables, procedures in the catalog.

 

Regards,

Vijay.


Re: SOAP WS-Security

$
0
0

Hi Mark,


Thanks for the response. Let me check on the same.

Hi All, Can someone please tell me whats the error here. My XSLT is giving this error.

 

Error:- The prefix "soapenv" for attribute "soapenv:mustUnderstand" associated with an element type "wsse:Security" is not bound.

 

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns0="http://sap.com/xi/Global">

<xsl:template match="/">

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

 

 

<soap:Header>

<wsse:Security  soapenv:mustUnderstand="1"  xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"

>

      <wsse:UsernameToken   wsu:Id="UsernameToken-21212452" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"

>

        <wsse:Username>test</wsse:Username>

        <wsse:Password>test</wsse:Password>

    </wsse:Security>

</soap:Header>

<soap:Body>

<xsl:copy-of select="*"/>

</soap:Body>

</soap:Envelope>

</xsl:template>

</xsl:stylesheet>

Re: how to set view Id ???

$
0
0

Hi Koti Reddy,

 

This I have written for the parent app App.view.js but the problem is coming with the child apps of this App.view.js as you can see I have shared the code for App.view.js I have given the id for launchpad as launchpad but its not taking this id instead application is giving the default id __xmlview0

 

it would be great if you can help me with this issue.

 

Thanks

Anshul dharmadhikari

Hide activities 4-6 in prod.ord confirmation

$
0
0

Hello,

 

In addittion to the activities we use today, in the work center, we want to use activities 4-6 during production order confirmation.

We don't want the user to see it, we will update these activities via BAPI.

I tried to hide all the relevant fields for these activities, through CO86, but found only ILE04-6, ISM04-6, LEK04-6.

The problem is that I still see activities description (TEXT4-6), confirmed activity (RUM04-6), planned activity (SLM04-6), etc..

Maybe someone knows how to hide these fields also?

 

Thanks a lot,

Yael.

Want to delete unused storage location for material.

$
0
0

Dear Experts,

 

I have created one material with wrong storage location. Want to delete the storage location which is not used.

I am trying in MMSC but it is giving error.Please guide.

 

Error Message:Storage location S001 already exists and cannot be deleted

 

Regards,

 

Pranay

DS.setFilter doesn't work after prompt.

$
0
0

Hello,

I'm using the prompt to filter my DS (for example: country). After the prompt I need to filter my DS again (for example: date). I'm trying to use DS.setFilter, but it doesn't work.

 

Why? Does anybody know a solution for this problem?

 

 

I'm using a universe in the background.

 

Thanks,

Steffi

Re: BAPI_COPAACTUALS_POSTCOSTDATA and group currency

$
0
0

Hi Abhisek,

 

I've noodled with the code a bit and made it work ... 90%

 

So i've created the CO-PA document with the data passed by me for each line:

 

1. VALUTYP = 6 with it's corresponding value

2. VALUTYP = 5 with it's corresponding value

 

In both cases I also pass the "KURSF" value. It doesn't show on the corresponding line.

 

Any idea why ?

Re: Error in F110


Re: Make fiscal year&period field dynamic in variant

$
0
0

Hi Madhusmita,

 

Today only got the sme kind of scenerio, please find the below link, where i have provide the solution, how to achieve the same kind of process for Date, you can use the same solution for the Fiscal Year.

 

Change variant to consider 01.01.current year

 

Regards.

Praveer

Re: Cash Flow problem with the purchase order does not appear

$
0
0

Hi,

 

In line with the "Add Marketing Documents" clicking the button "..."

Re: "500 SAP Internal Server Error"  while execuing the Write back badi

$
0
0

Hello Vadim,

 

I have cleared the Ct_ARRAY table of the data posted at parents and only data with bas member is present.

At the same time when the BADI in default logic is getting triggered for the second time CT_ARRAY is holding data at base members which is same which I had populated in the first run of the BADi.

 

Why this second run of BADI.

 

 

Regards

Rohan

Re: Error in MIGO (problem with condition not allowing any wbs element)

$
0
0

Hi Murali,

 

I haven't seen t.code in validation steps. please refer the above attached document.

How to pass range table as parameter to function module (bapi).

$
0
0

First of all sorry if my question is silly as i am very new to SAP ABAP and i am learning it.

 

SELECT-OPTIONS S_CPUDT FOR BKPF-CPUDT.


I want to export  S_CPUDT to function module. but i don't know what should be associated type  of s_coudt as importing parameter of function module.

Thanks in advance.

Re: Removal of EEs

$
0
0

Hello All

 

Consider that we didn't run any payroll and without payroll only

 

How can we delete Pernr from the system

 

 

 

Regards

SK

Re: Submit command does not return to Zprgm

$
0
0

So just check existence of dump yourself (read SNAP or SNAP_BEG) and only submit standard report when some dumps are to be extracted.

 

Regards,

Raymond


ABAP Unit

$
0
0

hi @all,

 

 

 

first of all:

 

i'm starting with aUnit for a few weeks and I'm wondering that is no concrete SCN content place to ask all question about design thinking in context of aUnit.

 

 

 

nevertheless:

 

 

 

Has any one of you experiences with aUnit? anyone which not want's to live without aUNit and why? Im facing that the implemantation in ABAP has a lot of overhead by implementing Unit Tests. You agree with that?

 

 

 

 

kind regards

Micha

Audit database - Documentation

$
0
0

Hello,

 

I wonder where I could find documentation about AUDIT Database. I would like to add one table which contains all reports that I can find in "Public Folder".

 

Through theaudit,I can seeall the reportsthat have been seenat least once. ButI can'tsee the reportsthat have neverbeen seen by users...

 

Please tell me if you have manage to modifiy audit to see this reports.

 

Thanks

Re: Interface Determination - Context Objects

$
0
0

Hi Sendhil,

 

yes, the some entries of the old system are missing.

 

I compared it, our screenshot would exactly look like yours. So we have the same context objects available as you.

 

Regards

Elias

Re: Getting PDF error while opening attached PO & mail not delivering to external mail IDs

$
0
0

I am attaching Smartform as PDF in mail after converting from OTF to PDF by FM 'CONVERT_OTF_2_PDF'. Translated the content using '~'. I am getting numerical value '3117' in doc_size.

Re: Incorrect Sales group (VKGRP) in Sales order

$
0
0

Samyak,

 

Yes probably this is due to some coding done in a userexit!

Please do this test - remove the sales group from the customer. And then create the sales order. What sales group does the order populate?

 

Ofcourse, this field should not be mandatory in the customer; in order to keep it blank.

 

TW

Viewing all 8902 articles
Browse latest View live




Latest Images