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

Statmen of Account Balance and FPL9 balance shoud match

$
0
0

HI Experts,

 

I am working for the developmen of Statement of Account scenario is " whene the custoemr request  for SoA to claint/Agent they have downloaed and send him through mail or post.

 

For this dev i am fetching all the entries from the FPL9 Transaction with help of FM:Account_Balance_compute in that now claint wants to restrict Automatic cleaing line items form the fpl9 transaction but when i remove Aut Clear from the FPL9 it was not matching both statement and FPL9.

Any one can help how to remove the Automatich cleaing lines from the FPL9? and How to match both balances.

 

 

Thanks,

Abash


Re: VB11 short dump by GPMUSER

$
0
0

Maintain the number range in table KONDD as recommended in the following note:-

 

  • Note 34181 - RV_MAT_SUB_SAVE: SAP_SQL_ARRAY_INSERT_DUPREC

 

 

G. Lakshmipathi

Re: MSP planning board- planning run, error log in planning log as check task list not valid.

$
0
0

Hi Malini,

 

I am unable to get the exact error you have as your question is not clear. Could you please elaborate it?  What the error message and which transaction you are getting this error?

 

Regards,

R.Brahmankar

Re: Design Studio Wish List

$
0
0

some good ideas, i've added votes.

 

Jeroen

Re: DI - Pick list creation

$
0
0

...Good luck. 

 

But seriously, you should probably just test it. My guess is that it will be up to B1 settings.

Re: Problem in Crystal reports Alignment

$
0
0

Don,

 

I would like to add few more points here.

 

1. In crystal designer, Page scaling option set as "Do not scale". But in Crystal report viewer, It is always defaulted and dimmed as "Scale the report page to fit to printer page".

 

I tried to modify it manually and pro-grammatically as well. But I could not change that option

 

 

 

2. Only I am facing this alignment problem, when the page margin is set as zero. Otherwise it is working properly.

 

Thanks.

LT24 issue

$
0
0

Hi ALL,

 

User want to take all data from  transaction LT24 after clicking radio button  All TO items combination of Material,warehouse,Plant for period  Jan2013 – Mar 2013 but we are not get any information because information already archived from  database,But  user need to show for  audit purpose  Please suggest any one how to take archived records

 

Regards

Mohan

Re: Need ATP check through BOP in APO for orders with full confirm qty

$
0
0

Hi Ajit,

 

In Filter type select confirmation status --> Back orders select all objects in Confirmation on and select other check boxes based on requirement.

 

Prior to this change stock qty in APO decrease/ increase stock in APO and check material is having MRP views and relevant for Planning. Change requirement quantity in sales order.

 

Now run BOP and check in sales order changes whether BOP user id updated the order or not.

 

Usually if you run BOP then stocks are considered from APO only and not considered from ECC.

 

Thanks,

Bala.


Can anyone explain what is component in sap crm web ui?

$
0
0

Can anyone explain what is component in sap crm web ui?

Re: SAP FIORI - Embedded Option (ERP and Gateway in same Instance- Local)

$
0
0

Hi Venubabu,

 

I am actually interested to know where did you get the installation guide for Embedded deployment. So far, what I found is guideline for Central Hub deployment. I would really appreciate it a lot if you can share the info. TIA.

 

Regards,

Suri

How to set filter value for a column in abap transformation

$
0
0

Hi,

 

I have an ABAP transformation of an attribute view.

Using this transformation, I am generating views from abap into Hana.

Now I want to add filters to table columns and for that I have added some more XML tags

 

                <columnFilter>
                    <valueFilter including="true">
                      <tt:namespace name="AccessControl"/>
                      <tt:attribute name="value" value-ref="$ref.filter"/>
                    </valueFilter>
                  </columnFilter>

 

The problem is that when I view this view in Hana studio, I see that filter is getting set but no value has been assigned to this filter.

Then I created a view manually and added the filter and value and exported the xml of this view.

I see there is a slight difference when i compare both the xmls. The difference is:

Manually created filter XML tag value filter looks like this:  <valueFilter xsi:type="AccessControl:SingleValueFilter" including="true" value="GRUN"/>

ABAP generated view XML tag value filter looks like this:  <valueFilter xsi:type="AccessControl:ValueFilter" including="true" value="GRUN"/>

I want to know how do I get "SingleValueFilter" in the namespace instead of "ValueFilter". Adding an extra attribute called type in value filter tag with value "AccessControl:SingleValueFilter" also doesn't work.

The complete XMl simple transformation is given below:

 

 

<?sap.transform simple?>

 

<tt:transform xmlns:tt="http://www.sap.com/transformation-templates" version="0.1">

  <tt:root name="S_DIM"/>
  <tt:root name="S_ATTR_KEY"/>
  <tt:root name="T_ATTR"/>
  <tt:root name="T_TABLE_PROXY"/>
  <tt:root name="T_JOIN"/>
  <tt:template>
    <Dimension:dimension xmlns:Dimension="http://www.sap.com/ndb/BiModelDimension.ecore" xmlns:AccessControl="http://www.sap.com/ndb/SQLCoreModelAccessControl.ecore" defaultClient="$$client$$" defaultLanguage="$$language$$" dimensionType="Standard"
schemaVersion="1.2" tt:ref=".S_DIM" visibility="internal">
      <tt:attribute name="id" value-ref="id"/>
      <descriptions>
        <tt:attribute name="defaultDescription" value-ref="description"/>
      </descriptions>
      <metadata tt:ref=".S_DIM">
        <tt:attribute name="activatedAt" value-ref="activatedAt"/>
        <tt:attribute name="changedAt" value-ref="changedAt"/>
        <tt:attribute name="createdAt" value-ref="createdAt"/>
      </metadata>
      <defaultSchmema/>
      <attributes>
        <attribute tt:ref=".S_ATTR_KEY">
          <tt:attribute name="id" value-ref="id"/>
          <tt:attribute name="key" value-ref="is_key"/>
          <descriptions>
            <tt:attribute name="defaultDescription" value-ref="text"/>
            <description>
              <tt:attribute name="language" value-ref="langu"/>
              <tt:attribute name="description" value-ref="text"/>
            </description>
          </descriptions>
          <searchProperties>
            <rankingWeight>
              <tt:value ref="rank"/>
            </rankingWeight>
            <freestyleSearch>
              <tt:value ref="freestyle"/>
            </freestyleSearch>
            <fuzzySearch>
              <tt:value ref="fuzzy"/>
            </fuzzySearch>
            <fuzzinessThreshold>
              <tt:value ref="fthresh"/>
            </fuzzinessThreshold>
          </searchProperties>
          <keyMapping>
            <tt:attribute name="schemaName" value-ref=".S_DIM.schema"/>
            <tt:attribute name="columnObjectName" value-ref="table"/>
            <tt:s-cond check="not-initial(table_alias)">
              <tt:attribute name="alias" value-ref="table_alias"/>
            </tt:s-cond>
            <tt:attribute name="columnName" value-ref="field"/>
          </keyMapping>
        </attribute>
        <tt:loop ref=".T_ATTR">
          <attribute tt:ref="$ref">
            <tt:attribute name="id" value-ref="id"/>
            <tt:attribute name="key" value-ref="is_key"/>
            <descriptions>
              <tt:attribute name="defaultDescription" value-ref="text"/>
              <description>
                <tt:attribute name="language" value-ref="langu"/>
                <tt:attribute name="description" value-ref="text"/>
              </description>
            </descriptions>
            <searchProperties>
              <rankingWeight>
                <tt:value ref="rank"/>
              </rankingWeight>
              <freestyleSearch>
                <tt:value ref="freestyle"/>
              </freestyleSearch>
              <fuzzySearch>
                <tt:value ref="fuzzy"/>
              </fuzzySearch>
              <fuzzinessThreshold>
                <tt:value ref="fthresh"/>
              </fuzzinessThreshold>
            </searchProperties>
            <keyMapping>
              <tt:attribute name="schemaName" value-ref=".S_DIM.schema"/>
              <tt:attribute name="columnObjectName" value-ref="table"/>
              <tt:s-cond check="not-initial(table_alias)">
                <tt:attribute name="alias" value-ref="table_alias"/>
              </tt:s-cond>
              <tt:attribute name="columnName" value-ref="field"/>
            </keyMapping>
          </attribute>
        </tt:loop>
      </attributes>
      <calculatedAttributes/>
      <privateDataFoundation>
        <tableProxies>
          <tt:loop ref=".T_TABLE_PROXY">
            <tableProxy>
              <table>
                <tt:attribute name="schemaName" value-ref=".S_DIM.schema"/>
                <tt:attribute name="columnObjectName" value-ref="$ref.table"/>
                <tt:s-cond check="not-initial($ref.alias)">
                  <tt:attribute name="alias" value-ref="$ref.alias"/>
                </tt:s-cond>
              </table>
              <tt:loop ref="$ref.T_FILTER">
                <tt:s-cond check="not-initial($ref.filter)">
                  <columnFilter>
                    <tt:attribute name="columnName" value-ref="$ref.field"/>
                    <tt:s-cond check="not-initial($ref.operator)">
                      <valueFilter including="false" value="X">
                        <tt:namespace name="AccessControl"/>
                      </valueFilter>
                    </tt:s-cond>
                    <valueFilter including="true">
                      <tt:namespace name="AccessControl"/>
                      <tt:attribute name="value" value-ref="$ref.filter"/>
                    </valueFilter>
                  </columnFilter>
                </tt:s-cond>
              </tt:loop>
            </tableProxy>
          </tt:loop>
        </tableProxies>
        <joins>
          <tt:loop ref=".T_JOIN">
            <join>
              <leftTable>
                <tt:attribute name="schemaName" value-ref=".S_DIM.schema"/>
                <tt:attribute name="columnObjectName" value-ref="$ref.left_table"/>
                <tt:s-cond check="not-initial($ref.left_table_alias)">
                  <tt:attribute name="alias" value-ref="$ref.left_table_alias"/>
                </tt:s-cond>
              </leftTable>
              <rightTable>
                <tt:attribute name="schemaName" value-ref=".S_DIM.schema"/>
                <tt:attribute name="columnObjectName" value-ref="$ref.right_table"/>
                <tt:s-cond check="not-initial($ref.right_table_alias)">
                  <tt:attribute name="alias" value-ref="$ref.right_table_alias"/>
                </tt:s-cond>
              </rightTable>
              <leftColumns>
                <tt:loop ref="$ref.T_COL">
                  <columnName>
                    <tt:value ref="left_field"/>
                  </columnName>
                </tt:loop>
              </leftColumns>
              <rightColumns>
                <tt:loop ref="$ref.T_COL">
                  <columnName>
                    <tt:value ref="right_field"/>
                  </columnName>
                </tt:loop>
              </rightColumns>
              <properties>
                <tt:attribute name="cardinality" value-ref="$ref.cardinality"/>
                <tt:attribute name="joinOperator" value-ref="$ref.joinOperator"/>
                <tt:attribute name="joinType" value-ref="$ref.joinType"/>
              </properties>
            </join>
          </tt:loop>
        </joins>
      </privateDataFoundation>
      <hierarchies/>
    </Dimension:dimension>
  </tt:template>
</tt:transform>

 

Has anybody come across this issue?

Could you please guide.

 

Kind Regards,

Priyanka

Re: sql error when installing sap erp6.0 ides

$
0
0

Hello,

 

You can increase the tempdb size with SQL Studio:

  1. Connect to your DB and navigate to the node Databases > System Databases. Right-click on tempdb, and then click Properties.
  2. In Database Properties, select the Files page.
  3. To increase the size of templog, increase the value in the Initial Size (MB) column for the file.
  4. Click OK.


or with a SQL statement:


ALTER DATABASE  tempdb  MODIFY FILE (name = templog, size = 70MB)


Regards,

Nicolas


Re: SAP router connection is not working

$
0
0

hi Philip

Please delete the SAPOSS  RFC from TX:SM59 and recreated from TX:OSS1,

have yo restarted the  SAPROUTER?

 

Also please send me the  below details:

Public IP address of the SAP Router

IP address of the server that  you getting the error for RFC - SAPOSS.

 

 

Kind Regards,

Phaneendra Kakani

Re: Filter FIDCC outbound Idocs

$
0
0

Hi Eugene,

 

Thanks for the reply.

 

I have referred to this note. It says that the lowest level of filter could be Global Company Code. i.e. either we send all the FI documents of company codes assigned to this Global Company Code or none.

 

I am trying to understand why is the filter is at company code level and why not at a lower level. i.e. GL Account level or Document Type level or only for select vendors etc.

 

Thanks again,

Ravi Kumar

Backing up SQLanywhere DB

$
0
0

Hi All,

 

I would like to know if there is a document which gives me the steps to back up a SQLAW DB.

 

Thanks,

Nagendra


getting error "Sales pricing is not permitted here (revenue determination type R)" while accessing sales pricing in ECP

$
0
0

Hi Experts,

 

I am trying to create a quotation from cProjects using ECP. i am getting below error while click on sales pricing button from Project Simulation.

 

Sales pricing is not permitted here (revenue determination type R)

 

note: I am using revenue calculation from Project Management option. We are using SAP PPM 6.0.

 

costing is working fine and i have also configured DIP and also simulated projects after linking the inquiry document to the project.

any help would be appreciated.

 

Thanks in advance,

Prabu

Re: Scheduling WebI report based on some alert

$
0
0

hi

 

Even i'm looking for the same ..solution any one cud you pls help out on this issue

Re: PA20 - Translate name

$
0
0

Hi Christain

 

Yes, we have the option to translate all the data using Translation option on the menu bar. where we can translate the data into different languages, for that we need to Install the language packer settings in SMLT T-code. check with your basis team whether its been Installed or not.

 

Below is the process where you need to maintain each data into different languages at a single time

lets take a example of changing the Absence types names into other languages

88.jpg

now select the desired language that you want to maintain

89.jpg

As we have Installed only few languages as per our requirement so that they will be appearing at the time of Translation. Ask your Basis team to Install languages as per your requirement.

90.jpg

check the configurations you have maintained till now & try the following activity to translate the texts & login with the desired language & check the data.

 

Check this link regarding Language settings in SAP

Installation of Languages on SAP systems

 

Hope this Info will be useful

 

Cheers

Pradyp

Re: Year Order Problem in Chat

$
0
0

Hi ,

 

I'm not using row fields .

 

I want only month sales values .

 

-Rajesh N

Re: sap.ui.table.Table.addRow(): The control manages the rows aggregation. The method "addRow" cannot be used programmatically!

$
0
0

Venkatesh,

 

this works when using a model. However, I want to add the rows via XML view. No model, no JavaScript.

 

Regards

Tobias

Viewing all 8798 articles
Browse latest View live




Latest Images