Quantcast
Channel: SCN : All Content - All Communities
Viewing all 7999 articles
Browse latest View live

Make to Order - Non Valuated Scenario

$
0
0

Hi Experts,

 

we are implementing MTO - Non Valuated Scenario for our client with Product Costing (Moving Average Price Method).

 

Client wants to see Planned Cost of Finished Product at sales order level which will come from Planned Activity Prices at the time of Sales Order Creation when we execute Costing & Marking and the data gets updated in Table EK02 (Already Tested)

 

Client also needs to see Actual Cost of Finished Product at sales order level which will come by the end of the month at the time when revaluation of Process Order will be executed and this process order will be settled to Sales Order. (Need to know any Condition Type where this data flows because in report KKBC_KUN, it shows that actual cost is settled to Sales Order Document from Process Order)

 

The Sole Reason for this kind of requirement is that client wants to see CO-PA Report which should show PLANNED COST, ACTUAL COST & REVENUE for MTO Sales and if we can fetch those data to condition types then it will be easy for us to transfer this data to CO-PA Reports.

 

Please guide us and solution or work around to solve this issue!!!

 

 

Regards,

Zain Bashir


Open SQL with Custom fields in Standard table

$
0
0

Dear Experts,

 

I am facing a problem in ABAP Open SQL with custom field in Standard table.

I have added two custom fields in standard table. like below:

Standard table : AUFM (Goods Movement for order)

Custom fields:

ZZID       TYPE      MB_LINE_ID

ZZPID      TYPE      MB_PARENT_ID

 

When I trigger the open SQL on this table, first time it give me wrong data in custom fields, and after that or immediately I trigger the same sql, it give me correct data in custom fields.

I don't know what is the problem with custom fields.

Please help.

Thanks

how to write a recursive function to create a treeview from data in datawindow?

$
0
0

I have a parent-child data in a datawindow from a table mytab(id, pid....)

Then I want to use to data to create a tree in treeview.

 

 

I try to use recursive function, but have problem with datawindow as I use filter to change the data in datawindow.

 

 

here is my code:

 

 

    of_addnode(treeviewitem node, rootrow):

   

    int li_rows,li_newitem, i

    treeviewitem li_tvitem

   

    dw_1.SetFilter("pid = " + string(node.data))

    dw_1.Filter( )

   

    li_rows =  dw_1.RowCount()

   

    if li_rows = 0 then

    return

    end if

   

    for i = 1 to li_rows

    li_tvitem.level = node.level +1

    li_tvitem.data = dw_1.GetItemNumber(i,"id")

    li_tvitem.label = dw_1.GetItemString(i,"description")

    li_tvitem.pictureindex = 1

    li_tvitem.selectedpictureindex = 2

    li_newitem = tv_1.insertitemsort (rootrow, li_tvitem)  // insert a new node

    of_addnode(li_tvitem,li_newitem)

  

    dw_1.SetFilter("pid = " + string(node.data))  //restore data back to filter, problem here. tree will have duplicate item

            dw_1.Filter( )

    next

 

 

how to create a recursive function from one datasource datawindow for this case?

Product Road Map Updates

$
0
0
This document provides a list of  new and recently updated product road maps on SAP Service Marketplace (SMP).  New road maps are marked with **.  Most recent updates appear at the top of the list. To stay informed about road map updates click on 'Receive email notifications'.  See SMP for the full list of available road maps (http://service.sap.com/roadmap).  Want to stay informed on all of the road map updates?  Click the receive email notifications on the right hand side.

Δ SAP Business Objects BI Suite product road map updates pending in H1 2014.  For the latest information, refer to the Analytics Solutions road map.

 

 

Area
Product Road Maps
Date on SMP
Review Date/
Update Status
Database & Technology
Aug 22
2014Q3
Database & Technology
Aug 15
2014Q3
Database & Technology
SAP IQ [minor edits]
Aug 15
2014Q3 v2
Database & Technology
Aug 14
2014Q3
Analytics
Aug 14
2014Q3
Cross Topics
Aug 13
2014Q3
Database & Technology
Jul 30
2014Q3
Database & Technology
Jul 25
2014Q3
Database & Technology
SAP Single Sign-On  [NEW Jun 11, minor updates Jun 17 & Jul 25]
Jul 25
2014Q3
Database & Technology
Jul 15
2014Q3
Analytics
Jul 4
2014Q3
Database & Technology
Jul 3
2014Q2
Database & Technology
Jul 3
2014Q2
Database & Technology
SAP Adaptive Server Enterprise (ASE) [covers integration for SAP applications and custom apps]
Jun 26
2014Q2
Cross Topics
Jun 24
2014Q2
Database & Technology
Jun 20
2014Q2
Analytics
SAP Lumira (formerly SAP Visual Intelligence)  [includes desktop, cloud & server - June rmap update]
Jun 17
2014Q2v2
Database & Technology
Jun 11
2014Q2
Analytics
Jun 9
2014Q2
Database & Technology
May 27
2014Q2
Database & Technology
May 22
2014Q2
Database & Technology
May 22
2014Q2
Database & Technology
May 9
2014Q2
Database & Technology
SAP Gateway  [minor corrections to the update from Apr 17]
Apr 23
2014Q2
Database & Technology
SAP Process Orchestration ** [ New product road map including PI, BPM, BRM]
Mar 28
2014Q1
Database & Technology
Mar 21
2014Q1
Database & Technology
Mar 17

2014Q1

Database & Technology
Mar 6
Updating for Q3
Database & Technology
Mar 4
Updating for Q3
Analytics
Feb 28
2014Q1
Database & Technology
Feb 21
2014Q1
Database & Technology
Feb 6
Updating for Q3
Database & Technology
Jan 30
Updating for Q3
Database & Technology
Dec 24
2014Q1
Analytics
SAP Predictive Analysis and SAP InfiniteInsight ** [updated Predictive Analytics, added InfiniteInsight]
Dec 10
Updating for Q3
Database & Technology
Dec 5
2013Q4
Database & Technology
SAP NetWeaver Identity Management ** [new in product rmap format]
Nov 5
Updating for Q3
Database & Technology
Oct 10
Updating for Q3/Q4
Database & Technology
Oct 4
Updating for Q3
Database & Technology
Aug 6

Updating for Q3

Database & Technology
Jun 17
Updating for Q3
Analytics
Apr 19

Pending  Δ

Analytics
Mar 28

Pending  Δ

Analytics
Mar 28

Pending  Δ

Analytics
Mar 27

Pending  Δ

Analytics
Mar 22

Pending  Δ

Analytics
Feb 21

Pending  Δ

Database & Technology
Jan 31

Updating for Q3

Analytics
Jan 31

Pending  Δ

DB& Technology -> Cross Topics
'Technology Portfolio' and 'User Interfaces' road maps have been moved from Database & Technology tab to the Cross Topics tab
Nov 30
--
Analytics
Sept 28
Pending  Δ
Analytics
Sept 19

Pending  Δ

Migration guide for BusinessObjects Enterprise SDK custom applications

$
0
0

Purpose


The purpose of this document is to serve as a guideline for migrating / upgrading BusinessObjects Enterprise SDK custom applications.

 

Overview


This document contains the list of SDK functionalities with respect to their availability in currently supported versions of BusinessObjects Enterprise.
Users can refer to this document while upgrading their applications taking into account which functionalities exist in the version of Enterprise they are migrating to.

 

NOTE: This document provides a high level view of which features are available and which are deprecated in different versions of BI Platform SDKs. It is always recommended to study the SDK documentation for the respective version of Enterprise to check which APIs are available before upgrading.

 

Outline of SDK capabilities.

 

Few important points to consider while upgrading..

 

  • Deski has been completely deprecated in BI 4.X.
  • ReportEngine .NET SDK is completely deprecated in BI 4.X.
  • ReportEngine JAVA SDK is reduced in terms of functionality, create / modify Webi document is not possible.
  • PromptsUtil class is deprecated in BI 4.X WebServices SDK, thus populating Webi prompts is not possible.
  • Most of the server admin plugins are deprecated in BI 4.X. All the server metrics will be available through the Monitoring Application in CMC. Except Event Server, Adaptive Job Server, IFRS and OFRS rest all server admin plugins are deprecated in BI 4.X.
  • New RESTful web services SDK is introduced with BI 4.X which works with Webi and Crystal reports.

 

SDK's

APIs / Functionalities

XI3.1

BI 4.0

BI 4.1

.NET

JAVA

.NET

JAVA

.NET

JAVA

Unmanaged / Managed RAS SDK

View Crystal Report on demand

Y

Y

Y

Y

Y

Y

Pass parameters

Y

Y

Y

Y

Y

Y

Pass DB logon info

Y

Y

Y

Y

Y

Y

Add / Modify / Delete report objects

Y

Y

Y

Y

Y

Y

Export / Print Report

Y

Y

Y

Y

Y

Y

BI Platform SDK

User Management

Y

Y

Y

Y

Y

Y

Content management

Y

Y

Y

Y

Y

Y

Server Management

Y

Y

Y

Y

Y

Y

Scheduling Crystal report.

Y

Y

Y

Y

Y

Y

Integrating Java report Panel with .Net application

Y

NA

N**

NA

N**

NA

Web Service SDK

View Crystal report (PDF / HTML)

Y

Y

Y

Y

Y

Y

View Crystal report with parameters (PDF / HTML)

Y

Y

Y

Y

Y

Y

View Webi document (PDF / HTML)

Y

Y

Y

Y

Y

Y

View Deski document (PDF / HTML)

Y

Y

N

N

N

N

View Webi document with prompts (PDF / HTML)

Y

Y

N*

N*

N*

N*

Schedule Crystal / Webi

Y

Y

Y

Y

Y

Y

Schedule Deski

Y

Y

N

N

N

N

Schedule Crystal with parameters

Y

Y

Y

Y

Y

Y

Schedule Webi with prompts

Y

Y

N*

N*

N*

N*

User Management

Y

Y

Y

Y

Y

Y

Server Management

Y

Y

Y

Y

Y

Y

ReportEngine SDK

View Webi Document (PDF/Excel/HTML) with prompts

Y

Y

N*

Y

N*

Y

View Deski Document (PDF/Excel/HTML)

Y

Y

N

N

N

N

Get Prompts details of a Webi document

N

Y

N*

Y

N*

Y

Get reports and report parts of a Webi document

N

Y

N*

Y

N*

Y

Create Webi from scratch

N

Y

N*

N*

N*

N*

Changing datasource of a Webi report

N

Y

N*

N*

N*

N*

Purge data of a Webi document

N

Y

N*

N*

N*

N*

Scheduling a webi report with prompts

Y

Y

N*

N*

N*

N*

Getting the report Structure details

N

Y

N*

N*

N*

N*

Modify Webi report objects

N

Y

N*

N*

N*

N*

Universe Designer COM SDK (For UNV)

Design / Modify UNV universes

Y

N

Y

N

Y

N

Fetch UNV Universe Metadata/Object properties

Y

N

Y

N

Y

N

Deski Macro Com SDK

Y

N

N

N

N

N

Semantic Layer Java SDK for UNX universes

N

N

N

Y

N

Y

* The replacement solution is available with RESTful Web Services SDK.

** The replacement solution is available using OpenDocument URL reporting.

 

Related Documents

SAP BusinessObjects Enterprise Developer SDK library.

SAP BusinessObjects Enterprise SDK sample applications collection.

SAP Web Intelligence RESTful web service SDK User Guide

Embedding Java Webi Report Panel in Custom Application (using OpenDocument URL reporting)

List of deprecated Classes, Interfaces and Methods from ReportEngine JAVA SDK.

 

Related SCN Spaces

SAP Crystal Reports, version for Visual Studio

RESTful Web Services SDK

BI Platform

Java SDK Application Development

NWABAPTRIAL70211_64_GW204 PROBLEM INSTALLATION

$
0
0

To All,

 

Good Afternoon, I suffered from this problem 3 days ago and I cant continue the installation on my SAP because of this:

 

An error occurred while processing option SAP NetWeaver 7.0

 

including Enhancement Package 3 > SAP Application Server ABAP >

 

MaxDB > Central System > Central System( Last error reported by

 

the step: System call failed. Error 21 (The device is not ready.

 

) in execution of system call 'GetVolumePathName' with parameter

 

(E:\), line (203) in file (synxcfsmnt.cpp), stack trace:

 

iaxxejsctl.cpp: 146: EJS_ControllerImpl::executeScript() d:

 

\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst

 

\impl\src\ejs\iaxxejsbas.hpp: 461:

 

EJS_Base::dispatchFunctionCall() iaxxejsexp.cpp: 178:

 

EJS_Installer::invokeModuleCall() iaxxbfile.cpp: 966:

 

CIaOsFile::FSMountIterGet_impl() synxcfsmit.cpp: 497:

 

CSyFSMountIteratorImpl::get() synxcfsmnt.cpp: 174:

 

CSyFSMountImpl::CSyFSMountImpl(const CSyPath& E:/) .). You can

 

now:

Choose Retry to repeat the current step.

Choose Log Files to get more information about the error.

Stop the option and continue with it later.

Log files are written to C:\Program

 

Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/.

 

What does it mean that my "device is not ready in error 21?" Someone could help me please. .

I am using Windows7 in 64bit processor

 

Thanks in advance.

 

 

Robert

CLARIFICATION ON HOW TO ALIGN ENTITIES IN MOBILE APPLICATION USING SAPUI5

$
0
0

Hi all,

I am new to sapui5 and i need some clarification regarding, how to build a mobile app using sapui5.

 

1.Is it necessary OR is it Mandatory that in order to build a mobile app we must always use SAP.M library and only its entities ??? or can we use both desktop as well as mobile library such as sap.ui.commons,sap.m and all its controls in a mobile app ??.

 

2.I have designed a mobile app and i have used a css file to align all the entities in it and to give colors to the layouts by using "id", Is this OK? or Is there a rule that we should only use mobile layouts and mobile controls to design mobile app.

 

Please Reply

Small request please put question numbers and answer to my question so that i can understand clearly to which question you are answering.

Approve Request App Error

$
0
0

Hi All,

 

i am working on Fiori Approve Request App & getting below  Error on Launchpad.

 

Check the URL parameters and the scenario definition. To check the scenario definition, go to customizing for SAP NetWeaver Gateway and choose SAP NetWeaver -> Gateway Service Enablement -> Content -> Task Gateway Service -> Scenario Definition.



can you please help me.

 

I am following this document:

 

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0ab2463-4e16-3110-b08e-d93918e513a1?QuickLink=index&overridelayout=true&59407987747630

 

 

app request error.jpg

Regards,

Naresh

 

Tags edited by: Michael Appleby


Extending Validity Period In Assigned Appraisal Documents ???

$
0
0

Dear Experts,


Appraisal Documents is assigned to Employee via Appcreate, where we have provided some validity period and Execution period of Documents .

Now requirement is to extend END Date of Validity and execution period .

For Ex :

Start date : 01.01.2014

End Date : 31.06.2014


Now Appraisal Period is over and appraisal document is freezed .

Is there any way We can Extend that Appraisal Period from 31.06.2014 to 31.08.2014  ???


I was trying PHAP_ADMIN_PA, where we can click on CHANGE HEADER DATES and can change Dates and other fields but that is possible before Ending of Appraisal Document .

Now I am getting Error : latest appraisal date must occur after the current date .


Is this Possible to do ?

Is there any table or configuration or enhancements where we can Extend Dates of Freezed Appraisal Documents ?? 

Its a needful thing to do..

Please help me out for way forward .



Regards,

Pran

Issue in accessing the hana from laptop

$
0
0

Hello Experts,

 

I am new to Hana . I have an cloud share account and trying to access the Hana studio from laptop. But I am getting the error "The system Can't be reached"

 

Help me in this and thanks in advance.

 

Regards,

 

Suresh

SAP UI5 applications are not loading in IE9

$
0
0

Hi Experts,

 

I have created SAP UI5 desktop application which is working absolutely fine in Chrome but unable to see the same application running in

Internet explorer 9 (version:9.0.8112.16421.)

 

I have used these below scripts in my index.html:

 

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<meta http-equiv='Content-Type' content='text/html;charset=UTF-8' />

 

 

<script src="resources/sap-ui-cachebuster/sap-ui-core.js"

  id="sap-ui-bootstrap" data-sap-ui-appCacheBuster="./"

  data-sap-ui-libs="sap.ui.commons,sap.ui.ux3,sap.ui.table"

  data-sap-ui-theme="sap_bluecrystal"

  data-sap-ui-xx-bindingSyntax="complex"

  data-sap-ui-resourceroots='{"xx.sample": "./"}'>

 

</script>

 

 

Could anyone please advise on this issue ,if there are any known issues with IE9(patches need to apply) and any SAP notes/fixes available?

 

Regards

Sitara K

 

 

Quantity Field comma separated.

$
0
0

Hello Experts,

                         Can anyone tell the standard function module or bapi or any method  to convert my quantity field separated by commas.My output is like this 1324552.92 and i have used data type as mng02(quantity field).

 

Thanks,

Vinod Bhaskar.

Create HU containing HU´s of several Outbound Deliveries

$
0
0

Hi Experts,

 

We have the following situation.

 

We receive a sales order from a client that has several stores. We then create several outbound deliveries for the sales order; an outbound delivery for each store. All the outbound deliveries are to be shipped together to the client´s central warehouse. 

 

We use the packing function within Tx. VL01N to create HU for each outbound delivery (we create one or more HU for each outbound delivery, depends on the quantities of the materials destined to a particular store). We then need to pack the HU's of all or several of the outbound deliveries into a bigger box (into another HU).

 

For example:

Sales Order 0001:

    • Material A x 100 units
    • Material B x 150 units
    • Material C x 120 units
    • Material D x 130 units


Outbound Delivery 0001-1 (destined to Store AAA):

      • Material A x 50 units
      • Material B x 75 units
      • Material C x 20 units

 

Outbound Delivery 0001-2 (destined to Store BBB):

      • Material B x 50 units
      • Material C x 60 units
      • Material D x 80 units

 

Outbound Delivery 0001-3 (destined to Store CCC):

      • Material A x 50 units
      • Material B x 25 units
      • Material C x 40 units
      • Material D x 50 units

 

Each Outbound Delivery is packed in a "small" box - HU:

    • Outbound Delivery 0001-1 (Store AAA): 0000000001
    • Outbound Delivery 0001-2 (Store BBB): 0000000002
    • Outbound Delivery 0001-3 (Store CCC): 0000000003

 

We need to pack the three (3) HU mentioned above into a bigger box; in other words, we need to create an HU that contains the three HU's created for the outbound deliveries belonging to the sales order.

 

How can we create an HU that contains the HU's created for the outbound deliveries belonging to a specific sales order?

 

Thank you in advance.

 

Best Regards,

 

Leonidas Oyaga

UWL Configuration - Portal

$
0
0

Hi Team ,

 

 

Can any one guide me with UWL configuration steps in Portal.

 

 

Regards

Krishna

will sap database todes like db12,db13,db01,db02.... work SAP ECC6 ehp6 on HANA

$
0
0

will sap database t-odes like db12- database planing calendar  SAP ECC6 ehp6 on HANA

 

 

db12,db13,db01,db02.... they work  SAP ECC6 ehp6 on HANA ??


customer BAPI can't be viewed from BAPI explorer

$
0
0

I have tested my customer BAPI in SE80 and SWO1 to be implementable, but not released, can we see it in BAPI explorer?

Reference number in correspondence email

$
0
0

Hi!

 

How is it possible to include the document reference number in the introductory text of an email correspondence?

 

I have enabled the email function for correspondence using EXIT_RFKORIEX_001 (ZXFKOU01). I have also referred to SAP Note 1360070 - E-mail function for correspondence for a number of extended functions.

 

For the introductory text however, it is created as a FIKO text in SO10 and entered in the field C_FINAA-MAIL_BODY_TEXT. So I'm not sure how I can include the reference number in the text.

 

Can anyone advise on this please? Thanks in advance!

 

Cholen

Sickness PCR during payroll lock period

$
0
0

Hi,

 

We have a requirement to allow for sickness to be maintained for an employee by a manager using a PCR during a payroll lock period.  Has anyone addressed this previously.  Can you please help?

 

Thanks,

 

MC

Getting a sid's generation error while activating DSO

$
0
0

Dear All,

 

We are created a standard dso on top of generic data source. This data source is created on top CDHDR and CDPOS tables through function module.

 

While acting the DSO , We are getting a sid generation error.

 

Please let me know the process to resolve the issue or tell me any other alternative solution is available to overcome this situation.

 

 

Thanks

Regards,

Sai.K

Can any one please help me regarding Organizational Structure?

$
0
0

I am going to create an Org. Structure by using PPOCA_CRM. Got stuck while create a Position. Please give me a proper solution with steps.

 

--

Thanks and Regards

Biplab

Viewing all 7999 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>