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

Re: SAP HCM P&F - Update an infotype field which is NOT passed from Form

$
0
0

Dear Christopher,

 

Yes, we had a generic service with an operation assigned to the scenario step 'BACKGROUND'.  In that operation we have set APPROVED_DATE.

 

But, no luck and no magic too.

 

Please help me.

 

Regards,

Shankar.


Re: CREATE_DEEP_ENTITY method not triggered but create_entity?

$
0
0

Hi Krishna ,

 

Navigation seems to be correct.please find the below metadata.but still its not working. ,Always create_entity method get called.

 

Head Entity

 

<EntityType sap:content-version="1" Name="delhead">-<Key><PropertyRef Name="DEL_NUM"/></Key><<property Name="PRD_NUM" sap:label="Purchasing Doc." MaxLength="10" Type="Edm.String"/><Property Name="DEL_NUM" sap:label="Delivery" MaxLength="10" Nullable="false" Type="Edm.String"/><Property Name="DEL_ITEM_NUM" sap:label="Item" MaxLength="6" Type="Edm.String"/><Property Name="ARTI_NUM" sap:label="Article" MaxLength="18" Type="Edm.String"/><Property Name="DEL_DESC" sap:label="Description" MaxLength="40" Type="Edm.String"/><<Property Name="SUB_DIV" sap:label="Sub Division" MaxLength="3" Type="Edm.String"/><Property Name="COLL_TYPE" sap:label="Collection Type" MaxLength="2" Type="Edm.String"/><Property Name="SEASON" sap:label="Season" MaxLength="4" Type="Edm.String"/><Property Name="MAIN_CLASS" sap:label="Main Class" MaxLength="2" Type="Edm.String"/><<Property Name="CLASS" sap:label="Class" MaxLength="3" Type="Edm.String"/><Property Name="GEN_ARTI_NUM" sap:label="Cross-site CM" MaxLength="18" Type="Edm.String"/><<Property Name="DEL_QUAN" sap:label="Target quantity" Type="Edm.Decimal" Scale="3" Precision="13"/><<Property Name="QUANTITY" sap:label="Target quantity" Type="Edm.Decimal" Scale="3" Precision="13"/><<NavigationProperty Name="delheadtodellist" ToRole="ToRole_delheadsettodelitemset" FromRole="FromRole_delheadsettodelitemset" Relationship="GOODSRCPT.delheadsettodelitemset"/></EntityType>

Item Entity

 

<EntityType sap:content-version="1" Name="delitems">-<Key><PropertyRef Name="PRD_NUM"/><PropertyRef Name="DEL_NUM"/><PropertyRef Name="DEL_ITEM_NUM"/></Key><Property Name="PRD_NUM" sap:label="Purchasing Doc." MaxLength="10" Nullable="false" Type="Edm.String"/><Property Name="DEL_NUM" sap:label="Delivery" MaxLength="10" Nullable="false" Type="Edm.String"/><Property Name="DEL_ITEM_NUM" sap:label="Item" MaxLength="6" Nullable="false" Type="Edm.String"/><Property Name="ARTI_NUM" sap:label="Article" MaxLength="18" Type="Edm.String"/><Property Name="DEL_DESC" sap:label="Description" MaxLength="40" Type="Edm.String"/><Property Name="SUB_DIV" sap:label="Sub Division" MaxLength="3" Type="Edm.String"/><Property Name="COLL_TYPE" sap:label="Collection Type" MaxLength="2" Type="Edm.String"/><Property Name="SEASON" sap:label="Season" MaxLength="4" Type="Edm.String"/><Property Name="MAIN_CLASS" sap:label="Main Class" MaxLength="2" Type="Edm.String"/><Property Name="CLASS" sap:label="Class" MaxLength="3" Type="Edm.String"/><Property Name="GEN_ARTI_NUM" sap:label="Cross-site CM" MaxLength="18" Type="Edm.String"/><Property Name="DEL_QUAN" sap:label="Target quantity" Type="Edm.Decimal" Scale="3" Precision="13"/><Property Name="QUANTITY" sap:label="Target quantity" Type="Edm.Decimal" Scale="3" Precision="13"/><NavigationProperty Name="dellisttodelhdead" ToRole="ToRole_delitemsettodeleadset" FromRole="FromRole_delitemsettodeleadset" Relationship="GOODSRCPT.delitemsettodeleadset"/></EntityType>

Associations

<Association sap:content-version="1" Name="delheadsettodelitemset"><End Type="GOODSRCPT.delhead" Role="FromRole_delheadsettodelitemset" Multiplicity="1"/><End Type="GOODSRCPT.delitems" Role="ToRole_delheadsettodelitemset" Multiplicity="*"/></Association>-<Association sap:content-version="1" Name="delitemsettodeleadset"><End Type="GOODSRCPT.delitems" Role="FromRole_delitemsettodeleadset" Multiplicity="*"/><End Type="GOODSRCPT.delhead" Role="ToRole_delitemsettodeleadset" Multiplicity="1"/></Association>

Re: Regarding UI5 application creation

$
0
0

Hi Robin, Here pasting my web.xml code, shell I know the value of  sapui5app-context ?

If you find any wrong in this, Please refer me correct one..

 

web.xml :

 

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

<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaeehttp://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">

  <display-name>ui5two</display-name>

  <welcome-file-list>

    <welcome-file>index.html</welcome-file>

    <welcome-file>index.htm</welcome-file>

    <welcome-file>index.jsp</welcome-file>

    <welcome-file>default.html</welcome-file>

    <welcome-file>default.htm</welcome-file>

    <welcome-file>default.jsp</welcome-file>

  </welcome-file-list>

  <servlet>

    <servlet-name>Faces Servlet</servlet-name>

    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>

    <load-on-startup>1</load-on-startup>

  </servlet>

  <servlet-mapping>

    <servlet-name>Faces Servlet</servlet-name>

    <url-pattern>/faces/*</url-pattern>

  </servlet-mapping>

 

</web-app>

 

Regards,

surya.

Re: DBA Cockpit activation

$
0
0

I think your issue is that you are missing the instance for the ECD system or you need to try an account that isn't 'sa'.

 

How do you access ECD if you leverage M$ SQL Studio?

Re: 0 Bytes while trying to download the SOD rules.

Re: Calling abap rfc FM from jsp programming

$
0
0

Hi Medoyi,

 

Please follow the below steps

 

1. Are you using NWDS or any other IDE? Create your Web Project.

2. In any of the case download JCO3.0 jar files and add to these librarries to you IDE.

3. Create a connection class in write a code here and you should have host, port and userid/password of the ECC system from where you are calling your RFC.

4. After making a connection then write a code to pass import parameters and execute.

5. After execution of RFC you will get export parameter, table or structure.

6. Display this data now as a respose.

 

Please reply back if any more information is required.

 

Thanks,

Hamendra

Re: In a grid we would want to have all parents in bold

$
0
0

Hi Reddy,

 

Is this purely a formatting question or a data entry issue as well (on parent level)?

Re: T-Code OBVU goes to wrong screen

$
0
0

Mahmoud,

 

Here is a screenshot of OBZ4 at my end

 

T-Code OBZ4.png


Re: Data source 2lis_02_acc is in red colour in lbwe

$
0
0

Dear Raman,

 

Thanks for your quick response. i have authorisation in ECC to change. it was fresh implementation system. I have activated the purchasing data sources 02_hdr,itm,scl,acc in RSA5.

I checked in rsa6 this purchasing data sources are available. after that i went to lbwe to change from inactive to acitve. the data source 2lis_02_acc is in red colour and inactive is in disable mode.

 

LBWE.PNG

Regards,

Naveen

Re: Vendor and Material Replication from ECC6 Ehp7 to SRM7.0

$
0
0

Hi All,

         Thanks for the response. Actually the issue got resolved by applying the SAP Note:1848088 . issue stands closed.

Re: Regarding Addon Data Migration

$
0
0

Hi Sachin,

 

Only option is to create customize template on DTW and then upload your data. Make sure you follow UDF rule so data get uploaded as it should be.

 

Regards,

Chintan

Re: Stock qty of serialized material in past period

$
0
0

Hofman,

 

Thanks.

My problem is that in SER03, there is no stock type information.

So, if I create ABAP report, I have to identify from movement type

in SER03 how many serialized stocks is unrestricted or QI in particular period.

(But, if stock type is entered in MIGO directly, it might be difficult to identify from
movement type...)

 

Correct?

 

Yoshi

Re: running total

$
0
0

Hi Abhilash,

 

Grand total 12938 is coming.

But why the running total is not coming for groups ?

 

 

 

Please help

Re: Getting dump after moving custom ESS - Personal information page in Quality system.

Re: clearing restriction is not removing on collective invoice

$
0
0

what does the collective invoice log show?


Re: DTP Performance

$
0
0

Hi Alexander,

Please let me know if your issue is resolved.

Re: Regarding the java mapping

Re: Timeout in Design Studio

$
0
0

Hi Markus,

 

This is a very good question.  Although I can't unfortunately provide a solution, I can reiterate that there are clearly legitimate use cases for increasing (or even disabling) the timeout for Design Studio, such as corporate dashboards displayed on wall-mounted TVs/monitors as discussed in this Using Design Studio as a Dashboard post.

 

Regards,

 

Mustafa.

Re: How I can use one submit report with an specific Tcode when exists more than one for same report?

$
0
0

Try

 

sy-tcode = 'MC.9'.

SUBMIT rmcb0300 EXPORTING LIST TO MEMORY  AND RETURN.

Re: Drill up and Drill down in Same report in Crystal Reports 2011

Viewing all 8902 articles
Browse latest View live




Latest Images