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

Success stories of NW single sign-on

$
0
0


Dear Experts,

We are planning to implement NW single sign-on 2 in our landscape.

Could you please share some sucess stories of this product ?

 

Best Regards,

KK


Open line item in F110

$
0
0

I had posted 3 entries. Two entries posted  with special GL indicator "R" & "X". While running F110, in open line item posting with special GL indicator "X", do not appear, for which unable to make payment clearing all the three lie item.

 

Please advise

Need to get the user details

$
0
0

Am using below code to get the user details;

 

public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)

    {

      

            response.write("Hello world");

            IUserFactory userFactory= UMFactory.getUserFactory();

            response.write("Hello world 1 ");

            IUser myUser = userFactory.getUser(request.getUser().getLogonUid());

            response.write("Hello world 2");

            response.write(myUser.toString());

            response.write("Hello world 3");

}

 

Its print only "hello world" and "hello world1".

 

pls suggest how to dispaly current user logged in details.

 

Thanks

Copying header sales area to Item sales area

$
0
0

Hi,

 

We are creating an order with header sales area 1000/13/50 but our product is only extended to division 10 - hence the item always determines division 10 in the sales order (it should copy sales area from header)

 

Org. determination profile at item category has no determination rule assigned as suggested by SAP. The error Sales org. unit does not have these attributes does not allow to save the order.

 

In ECC it is possible to create an order with this combination, but not in CRM - kindly help !

 

 

Haseeb.

SAP Passport is installed but doesn't work

$
0
0

Hello dear experts!

I got new laptop with this pretty Windows 8.1, IE 11, etc.

And faced a terrible problem: SAP Passport does not work in all browsers (IE, Chrome, Firefox) therefore it is installed in all vorwsers.

Can someone help me? Maybe there are some kind of tricks that I need to do in OS?

If I needed to acces only service.sap.com or snc.sap.com - it would not be a problem. But I need to access зpartneredge portal and related tools (like Manage My Partnership), and they do not work without SAP Passport.

TBb1 - House bank account was not entered

How to get latest value of ALV Grid on subscreen

$
0
0

There are two subscreens on my main screen. And there is an ALV Grid on every subscreen. After I changed some cells of these two ALV Grids, when I pressed a button on toolbar of main screen, the table values of the ALV Grids were still the values before I changed. What should I do to get latest value of ALV Grid on subscreen. If source code is provided, I will be very thankful.

solman 7.0 to 7.1 Upgrade issue

$
0
0

Dear All,

 

Facing an issue in Main_profend/submod_instnr_rev/mod_instnr_post Phase (Execution Phase )

 

we have tried by deleting .dll files manually in local kernel drive(/USR/SAP/SID/DVEBMGS00/exe) but its asking all other files deletion

 

As per log , we have full authorization forSIDADM

 

Please help us

7.0 to 7.1 upgrade issue.PNG


Recently Featured Content in About SCN

$
0
0
Here is a list of recently featured content in the About SCN space. This way you won't miss anything!
The most recent features are added to the top of the list regularly.
October 2014
September 2014
August 2014

July 2014
June 2014

May 2014
April 2014
March 2014

February 2014

January 2014

December 2013

November 2013

October 2013

September 2013

Individual cash memo through VF04 in the background

$
0
0

We have an existing process in cash sales order where PGI also happens immediately. Our requirement is to schedule background job through VF04 periodically, say every 15 minutes. The issue is that it does collective billing for all the sales orders created within those 15 minutes. I need it to create individual cash memo for every sales order. On the other hand, when cash memo is created manually in other locations, collective billing is to be allowed. Hence I cannot change routine in copy control to 003. Please advise.

Break Schedule

$
0
0

Hi Friends,

I have some questions about Break Schedule:

 

We have 1.5 hours breastfeeding times for lactating mothers in our company, I decided handle it by Variable Break schedule, so:


  • I made a DWS group as BRSF in T550A and assigned it to all lactating mothers in IT0007.

BRSF :

planned working time: 6:45 - 16:00

normal working time: 7:00 - 16:00

core time 1: 7:00 - 16:00

 

  • I defined BLMK in T550P and assign it to BRSF in T550A.

 

Breaknostartendpaid
Blmk007:0016:001.5

 

  • About Time evaluation side, as you can see below:

 

funcpar1par2par3par4
PBRKS1all

 

 

Now Questions:

  1. Did I make the right decision to use variant break?
  2. Are there alternative solutions for this subject instead of break schedule?
  3. Is "core time 1" true?
  4. Is necessary to be defined another Core Time?
  5. What changes should I make in Schema?

 

I appreciate your help in advance.

 

Best Regards,

Leila

CIF APO_DP

$
0
0


We use only DP and are in SCM 7.0. The forecast is transferred directly from DP to ECC.  We do not use SNP at all.The materials are CIf'd over from ECC to SCM. I am now being told that I do not need to CIF over the materials and this can be done using SBIW- Data transfer to Business warehouse.

 

The issue is that CIF model vai CFM1 has limited selection variables and we nned to restrict by some other materila master values and am being told that to do that I can use SBIW not CIF models.

 

Any thoughts/ suggestions on this?

 

Thansk,

Sarita

Data In RSA3 Is Not Updated After Setup

$
0
0

Hi!

 

I'm using in my project extractor - 2lis_02_itm.

I did all the required steps to fill the setup tables (twice!!) but still after making changes in ECC (RSA3) is not updating.  I didn't see the delta queues in RSA7.

 

What could be the problem? How do I solve it?        

Openui getting external Data

$
0
0

Hello experts;

My external data in agentry like this

 

externaldata.JPG

 

and my openui code like this

getextention.JPG

this is how i get with a rule

externalrule.JPG

 

However, I can't get "new1 and new2" what is the problem. Do i need to call getExtentionString() from somewhere? i guess not.

 

p.s: I also didnt get "no value" it returned nothing.

LOOP OR READ ?

$
0
0

Hello guys,

 

I have a question here (kinda stupid)...I wrote two codes..both return me same result.

But I have to know which way better....The Loop  V.S  The Read.

 

1st code:

 

    LOOP AT DATA_PACKAGE[] ASSIGNING <l_fs_source_package>.
       CASE <l_fs_source_package>-processkey.
WHEN '001' OR '002' OR '003' OR '004' OR '011' OR '014' OR '021'
         OR '024'.
           w_data-doc_num = <l_fs_source_package>-doc_num.
           w_data-doc_item = <l_fs_source_package>-doc_item.
           w_data-processkey = <l_fs_source_package>-processkey.

           APPEND w_data TO itb_data.

       WHEN OTHERS.
       ENDCASE .

     ENDLOOP.

 

2nd code:

    READ TABLE DATA_PACKAGE INTO <l_fs_source_package>
    WITH KEY processkey = '001'.
    IF SY-SUBRC NE 0.
      READ TABLE DATA_PACKAGE INTO <l_fs_source_package>
      WITH KEY processkey = '002'.
      IF SY-SUBRC NE 0.
        READ TABLE DATA_PACKAGE INTO <l_fs_source_package>
        WITH KEY processkey = '003'.
        IF SY-SUBRC NE 0.
          READ TABLE DATA_PACKAGE INTO <l_fs_source_package>
          WITH KEY  processkey = '004'.
          IF SY-SUBRC NE 0.
            READ TABLE DATA_PACKAGE INTO <l_fs_source_package>
            WITH KEY processkey = '011'.
            IF SY-SUBRC NE 0.
              READ TABLE DATA_PACKAGE INTO <l_fs_source_package>
              WITH KEY  processkey = '014'.
              IF SY-SUBRC NE 0.
                READ TABLE DATA_PACKAGE INTO <l_fs_source_package>
                WITH KEY processkey = '021'.
              ENDIF.
            ENDIF.
          ENDIF.
        ENDIF.
      ENDIF.
    ENDIF.

 

 

Can someone please tell me which way better?

The fastest and most effective.

 

Thank you.

 

Soufiane


open hub request deletion

$
0
0

Hi all....

 

We are loading data from cube to Openhub. From open hub to File.

 

So dtp failed due to failed request in open hub. so how to delete it?

 

rg,

Andrew

List of SAP Mentors

$
0
0

Welcome to the SAP Mentor overview page. It lists all of the SAP Mentors including their area of expertise, industry knowledge (if applicable), country of residence and links to their SCN profile. Check out the SAP Mentor Initiative FAQs for more information, ..

 

 

 

NameCompanyCountryArea of Expertise/ Line of BusinessIndustry Expertise

Abdulbasit

Gulsen

IndependentTurkeyABAP, Web Dynpro ABAP/Java, J2EE, Netweaver Portal & KMC, Netweaver Architecture, SAP Netweaver BPMConsulting

Abesh Bhattacharjee

Fujitsu Consulting India Pvt Ltd.IndiaSAP MII 11.5, SAP MII 12.0, 12.1, 12.2, 14.0 SAP-PI, Databases, Widgets, RIAs, Adobe Flex, Adobe Air.Consulting

agasthuri.png

Agasthuri

Doss

SAPAustraliaSAP PI/XI,ALE,EDI,IDOC,PI Administration,MDM,ESOA,SAP BPC, SAP AIF,SAP BC,ABAP programming,J2EE

Alessandro

Iannacci

TechedgeGroupItaly, PescaraCloud for Customer, SAP NetWeaver, WebDynpro ABAP, Google integration with SAP, Mobile devs and integration with SAP, HANA and SAP HANA Cloud Platform fan, Web Developments.Consulting

Alexandra

Carvalho

BI Group AustraliaAustraliaBW, Business Objects, Data Warehousing, Mobile BI, Big Data, Predictive Analysis, Agile BI, BI Strategy, Governance, Enterprise ArchitectureConsulting

Alexandre

Papagiannidis

Rivet

Molson CoorsCanadaBI, Business Objects, Business Analysis, Netweaver, BWConsulting

Alex

Andrenacci

AccentureSingaporeERP-SAP, Program Management, Global and Regional SAP deployments, Business Transformation Programs, IT Strategy, BIConsulting

Alisdair

Templeton

SAPWORKS Pty LtdAustraliaSoftware JourneymanSoftware Development

Andreas

Eissmann

Data One GmbHGermanySAP Business ByDesign, Cloud, ByDesign Studio (ABSL, BODL, SAPRuby), DevelopmentProfessional Services

Ann

Rosenberg

SAPDenmarkBPM, Head of Global SAP University AllianceHigher Education

Aslan

Noghre-kar

SAPUSA, CA, Palo AltoSAP Startups, Communities

Aviad

Rivlin

SAPIsraelSAP NetWeaver, SAP Portal, Mobile Portal, UI Technologies, HANA UI Integration Services, Product Management, Customer Engagement

Bhanu Gupta

Molex, Inc.USA, IL, ChicagoBusiness Intelligence

Bruce

Armstrong

Integrated Data ServicesUSASAP PowerBuilderDevelopment

Bruno Lucattelli

Bruno Lucattelli

IndependentBrazilABAP, HANA, industry-specific and custom software solutions. Software development, engineering, architecture and design.Development

Bryan Enochs

AT&TUSA, OrlandoEnterprise Mobility

Bryan

Whitmarsh

Sybase MobileUSA, ID, BoiseEnterprise Mobility

Carsten Nitschke

SAPSpain, MadridBusiness Development, Value Based Selling, SAP HANA,Partnering, Hardware, InfrastructureSales & Business Development

Chris

Kernaghan

CapgeminiUnited KingdomSAP Netweaver, Upgrades, Unicode conversions, Cloud Technologies, Hardware migrationsProfessional Services

Chris Paine

Discovery Consulting Group AustraliaHCM, Web Dynpro ABAP, HANA Cloud Platform, HR ABAP, SuccessFactors, Mobile DevelopmentConsulting

Christian Braukmueller

Christian Braukmüller

IndependentGermany

SAP Basis, NW Architecture, Automation within Large SystemLandscapes/ Datacenters (DevOps?), LVM Enterprise, CommandLine & Scripting, Databases & Migration (Oracle,MaxDB,HANA), Security, NW PI

*Visualization-addicted*

Christopher

Solomon

Infinium LLCUSA, ALESS/MSS/HRAS, Adobe Interactive Forms, HCM Processes and Forms, Development , WebDynpro, Interfaces, ITS, Enterprise Portal, NetWeaver ArchitectureProfessional Services

Clint Vosloo

EV TechnologiesAustraliaSybase IQ, Sybase ASE, Hana, DWH Design, System Architecture, BusinessObjects, ETL , Business IntelligenceProfessional Services

Corey

Adams

Frucor BeveragesNew ZealandBusiness Objects – Architecture; Webi; Design; Federation, Wherescape Red, Project Management, Business Analysis, Data Warehousing, RoamBI, RoamBI FlowDevelopment

Dan Grew

AstraZenecaUnited KingdomBusiness Objects, Web Intelligence, Xcelsius, Dashboard Manager.Life sciences

Daniel

Graversen

Figaf ApSDenmarkSAP Process Integration (PI) ,SAP NetWeaver,SOA Middelware,Enterprise Services

Derek

Loranca

AetnaUSA, PASAP BusinessObjects, VLDB Reporting, Business AnalysisInformatics, Insurance,  Healthcare

Dilek Adak

VektoraTurkeySAP Human Capital Management (HCM), SAP Analytics (BI, BW)Consulting

Dj Adams

Bluefin Solutions LtdUnited KingdomSAP NetWeaver,PI, ABAP,Rich Internet Applications,SOA,ERP

Eduardo

Chagas

John DeereUSAMaterials Management, ERP, Project Management, ABAP, Warehouse ManagementAnalysis

Eli Klovski

Eli Klovski

Independent ConsultantBelgiumFunds Management (PSM-FM), Financial and Controlling modules, Data migrationPublic sector, systems analysis, finance management

eric_vallo.pngEric Vallo

EV TechnologiesUSA, TX, St. LouisSAP BusinessObjects, SAP Data Services, Crystal Reports, SAP Dashboards, web architecture stuffTelecomm, Finance, Government, Retail, Health Care

Ethan

Jewett

Independent ConsultantUSAEnterprise Performance Management, BPC, Business Intelligence, Datawarehousing, Data transformation, In-memory technology and analytic DBMSes, Apache ESME and social messaging software, open source, developer engagementConsumer Products, Technology

Frank

Köhntopp

SAPGermanySecurity, Governance Risk and Compliance, Mobility, CommunityBanking, Pharmaceutical, Telco, Finance

Fred

Verheul

N.L. for Business B.V.NetherlandsCore areas are ABAP, Process Integration. NetWeaverDevelopment

Gareth Ryan

The Config TeamUnited KingdomABAP, Java, Web Dynpro, BPM & BRM, Mobile, Movilizer, Portal, UI

Consulting

Development

Pre-Sales

R&D / Software Development

Gary

Hooker

Australian Public ServiceAustraliaSAP Business Intelligence, SAP Business Warehouse, SAP BusinessObjects, Netweaver, Basis, ERP, HR, FICOPublic Sector

Graham Robinson

Yelcho Systems ConsultingAustraliaInfrastructure Planning, ABAP Objects, Web Design and Development, BSP, Adobe Flex, HTML, JavaScript, SAP Gateway, SAPUI5, Mobile, etc.

Greg

Capps

Coca-ColaUSA, GA, AtlantaSAP Security, Risk Management, Sarbanes-Oxley, Internal Auditing

Greg

Myers

EVtechnologiesUSA, PA, DouglassvilleBusinessObjects Enterprise, BI, ETL, WebIntelligence, Universe Design, CA Wily, BI Performance, Capacity Planning & Testing, Apache jMeter, SAP Lumira, SAP Predictive Analysis

Finance

Software

Healthcare

Government

Gregor

Wolf

Siteco Beleuchtungstechnik GmbHGermany, BavariaCRM, SCM APO DP (Demand Planning), ABAP, Scripting Languages

Gretchen

Lindquist

Chevron Phillips Chemical CompanyUSA, TX, HoustonSAP Security, GRC Access Control 10.0, Sarbanes-Oxley Controls/  ComplianceProject management

Henrique

Pinto

SAPBrazilBusiness Development / Solution Architect, HANA, RTDP, D&T, Corporate Mobility, SAP TDF, SAP NFE, Process Integration, NetWeaver, Java Development.Manufacturing, Trading, Utilities, Telco, Banking

Ingo

Hilgefort

Business ObjectsCanada, VC, VancouverBusiness Intelligence, Business Objects product suiteEducation Services

Ivan Femia

TechedgeGroupItaly, MilanABAP, Web Dynpro ABAP, Scripting Languages, MobileConsulting

Jamie

Oswald

Mercy HealthUSA, MO, St. LouisSAP Analytics, Business Objects, Webi, Crystal, Xcelsius, ExplorerHealthcare, Mining

James Wood

James Wood

Bowdark Consulting, Inc.USA, TX, DallasABAP, Java, SOA/EAI, UI Technologies, SAP HANA Cloud Platform (HCP), Environmental Health & Safety Management (EHSM), Management of Change (MoC)Consulting

Jan

Penninkhof

Phoqus B.V.NLABAP, Java, SOA, Application Architecture, UI Technologies, Mobility HealthcareConsulting

Jansi Rani

Murugesan

SAPIndiaChange control Management, Custom Code Lifecycle Management, Business process managment, Incident Management EtcConsulting

Jarret Pazahanick

EIC ExpertsUSA, TX, HoustonSAP Human Capital Management (HCM), US Payroll, Shared Service Framework (SSF), Employee Interaction Center (EIC), Enterprise Compensation Management (ECM), SuccessFactorsProfessional Services

Jelena Perfiljeva

Elster SolutionsUSA, NC, RaleighABAP, ALE/EDI/IDOC, SD, MM, FI, bridging the gap between technical and functionalWholesale, Professional Services, Manufacturing

Jim Spath

Stanley Black & DeckerUSAPerformance, Capacity Planning, Unicode, SQL, Perl, UNIX, Environmental EngineeringManufacturing, Consumer Products

jitendra kansal

Jitendra Kansal

Tech MahindraIndiaSAP Mobile Platform Development, SUP 2.2, SMP 2.3, SMP 3.0Developer

Jocelyn Dart

Jocelyn Dart

SAPAustralia

Intelligent Business Operations (Workflow, BPM, Process Orchestration, Operational Process Intelligence, BRM, BRFplus, DSM)

Also UX Services (SAPUI5, Personas, Fiori, etc.)

Consulting / Solution Architect

Joerg Nalik

SAP LabsUSA, CA, Palo AltoInfrastructure Technologies, Cloud, Best-Built Applications Guidelines for SAP partners

John

Appleby

Bluefin Solutions LtdUnited KingdomMobility, Sustainability, CRM, NetWeaverRetail, CPG, Utilities, Media

John Astill

SAP LabsUSA, PA, New Town SquareNew Technology

Jon Reed

JonERP.comUSASAP skills trends, SAP hiring trends, SAP consulting trends, SAP market analysis, SAP and Social Media/community marketing, SAP business strategy for third party solutions.Professional Services, Media/Publishing

Joseph

Zeinoun

RaytheonUSAEnterprise Architecture, Cloud Computing / Virtualization, NetWeaver, Mobility, Business Process Management, Enterprise SOA, Master Data ManagementAerospace & Defense, Professional Services, Healthcare.

Joshua

Fletcher

ASG GroupAustraliaBusiness Intelligence, SAP BusinessObjects, Enterprise Information Management, SAP Data Services, Data Warehousing, ETL DesignMining, Oil & Gas, Government, Healthcare, Retail, Utilities, Professional Services

Joyce Butler

USA, Houston, TexasSAP BW, Enterprise data warehouse, SAP BOBJ, Business Intelligence, Analytics, Strategy, COE,Manufacturing, Oil & Gas, Logistics

Julia Dorbic

Julia Dorbic

||| D-LABS || | || |
Germany

Design Thinking Consultant, DT Coach

Project coaching (Design Thinking) for development teams

-Business Model Canvasing (BMC)

-Business Process Modelling (BPM)

-Process optimization

-'Train the trainer' for development teams

Consulting

Julien Delvat

Alta Via ConsultingUSA

ERP, BW & HANA for Finance, Controlling and Product-Costing. ASUG chair for Managerial Accounting.

SAP PDCE (Product Design Cost Estime), SAP NMA on HANA (Net Margin Analysis), HANA COPA Accelerator, HANA EPC (Early Product Costing) and SFIN (Smart Financials)

Consulting

John

Patterson

Second Phase

Solutions

AustraliaSAP Netweaver, Webdynpro, SAP Portal, ABAP, ESSDevelopement

Klaus

Freyburger

University of Applied Science, LudwigshafenGermanyProf. Dr. Klaus Freyburger, Hochschule Ludwigshafen am Rhein is one of SAP UA most visionary members. His focus is SAP HANA, Analystics, Sentiment Analysis with SAP HANA.Education

Krishnakumar

Ramamoorthy

Deloitte ConsultingUSASOA, ABAP, Performance tuning, ESB, Application ArchitectureConsulting

Kumud Singh

NTT DataIndiaABAP, HCM ABAP, ALE, IDOCs, CATS, PU12 for payroll processing, SAP Business Workflow, SAP HANA application associateDevelopment

Leonardo

de Araujo

Beyond TechnologiesCanadaFunctional + Technical
SD, LE and ABAP
IS-Retail, IS-Mining 
AND
Business By Design (ByD) Advocate
Retail, Manufacturing and Mining

Luis Felipe Lanz

Luis Felipe Lanz

SAPSpain

SAP SolMan on Cloud (SMaMS), Mobile Development, SAP Fiori, NW Visual Composer, NW Landscape Virtualization Management, SAP Support Launchpad and SAP Fiori

IT Transformation, Startups, Defense, High Tech, Services and Support

Luke Marson

HRIZONSUSA

Human Capital Management (HCM) and Talent Management with SAP ERP HCM and SuccessFactors. Cloud strategy and advisory. Community Evangelist, blogger, tweeter, SAP Press author, speaker, and SAPexperts contributor.

Public Sector, Manufacturing, Defense, Retail, Utilities, Media, Telecommunications, Oil and Gas, and more

Manju Bansal

Manju Bansal

SAP Labs, IncUSA

Marcelo_Ramos.png

Marcelo Ramos

Voith IT SolutionsBrazil

ABAP Development, ABAP Objects, BSP, Web Dynpro ABAP,

CRM WebUI, Solution Manager, SAP Inside Track Sao Paulo organizer

Professional Services

Marek

Kowalkiewicz

SAPSingaporeApplications, Mobile, Cloud, Database and TechnologyResearch

Marilyn Pratt

SAPUSA, NJCommunity, Training and Education, ABAP Programming, Corporate Social Responsibility and Sustainability

Mark

Chalfen

Bluefin Solutions

United Kingdom

ERP, Finance and Controlling and FSCMConsumer Products, and Media

Mark Finnern

SAPUSA, CA, Palo AltoCommunity, Collaboration,
SAP Implementation,
Controlling, Product Costing
Consumer Goods,
Public Sector
profile-image-display.pngMark TeichmannQSC AGGermany

SAP Technical Consultant

ABAP, SAPUI5, SAP Mobile Platform, Java

 

SAP Inside Track Geek

 

Craft Beer, Slow Food

Cross-Industry

Marlo Simon

SAPBrazilD&T and Mobile Presales,  SAP UI (HTML5, GW, Portal, Scripting Languages, Java, etc.)
SAP Inside Track Geek
Cross-Industry

https://pbs.twimg.com/profile_images/378800000345447955/dfb6a3226b3f3d69c2535e58e6dd362c.jpeg

Marssel Vilaça

IndependentBrazilERP SAP FI/CO Consultant - GL, NGL, AP, AR, BL, TR, TV, AA and Brazilian Localization.CO - IO, CCA, PCA and ML.MM/SD - general applicationsConsulting

Martin Gillet

FreelancerBelgiumSAP Human Capital Management (HCM) - Human Resources (HR) : Personnel Admnistration (PA) & Development (PD), Time Management (PT) - Cross Application Time Sheet (CATS) - Self Services (XSS) : Employee, Manager, Admin Role, e-recruitment, Learning Solution (LMS/LSO) Authorizations, Reporting, WorkflowOil, Pharma, Service Sector, Public Sector, Banking

Martin Lang

SAPUSA, PA, Newtown SquareSAPrunsSAP, Enterprise Mobility, SAP Community Network

Martin Steinberg

Martin Steinberg

Energy South Bavaria

(ESB)

Germanylocal SAP community, ABAP on HANA, ABAP Development Tools, SAP for Utilities (IS-U), PI/PO, Software QualityUtilities

Matt Harding

IndependentAustraliaEnterprise & Solution Architecture, Netweaver, ABAP, JAVA, PI, Portal, Custom DevelopmentUtilities & Mining

Matthias Steiner

SAP AGGermanyCloud Computing, PaaS, SAP HANA Cloud Platform, Developer Evangelism, Custom Development, Open Source, Web Technologies (HTML, CSS, Javascript), Integration, Blogging, Social Mediamisc.

Michael

Koch

PixelbaseUnited KingdomCustom SAP Development, Solution Architect, SAP Web Development (ITS, BSP, WDA), Data Migration, Interfaces, CRM, FSCM, Workflow, BRF+FMCG, Entertainment, Automotive, Insurance, Logistics, Utilities

Michal

Krawczyk

int4PolandExchange Infrastructure/Process Integration, CRM Middleware, SAP AutoID Infrastructure, Business Connector

Moya

Watson

SAPUSA, CA, Palo AltoDiversity, Communications, Anti-Bullying, Prototyping, Video Sharing, Collaboration, Project Management, Sustainability, Electric Vehicles and services to connect them, Connected Cars, Technical Documentation, API/SDK Documentation, Lapsed QA Engineering...

MuthuR.jpg

Muthu Ranganathan

SAP

Bangalore,

 

India

Analytics, OLAP Technologies, Enterprise Performance Management, BPC, Sales & Operations Planning on HANA, Integrated Business Planning, Customer Engagement and Commerce, Internet of Things, Product Management, Inside SAP Labs, Finance Technology, HANA Applications and use cases, Office of CMO technologies.Consumer Products, Automotive, High Tech, Travel, Oil & Gas, Banking

Nathan

Genez

Serio ConsultingUSA, TX, HoustonERP FICO and Capital Management (Project Systems, Investment Management, Fixed Asset),  Asset Lifecycle Accounting (ALA), Asset Retirement Obligation Management (AROM), SAP BIOil&Gas, Manufacturing, Chemicals, Tech, Consumer Products

Nicolas

Busson

Neo-TechnologiesFranceSAP CRM, WebUI, BOL, GENIL, SAP CRM for Utilities, Interaction centerUtilities

Otto Gold

Xiting AGSwitzerland, Basel + ZurichABAP security (consultant, developer, trainer), ABAP/ Adobe Develope, ABAP Authorization suite developerPublic sector, Banking/ Insurance, Automotive, Retail

Owen

Pettiford

CompriseITUnited KingdomSAP Appllication and Technology Roadmaps
Identification of Composite Applications
Design / Developing of Composite Applications (xApps)
CPG, A&D, Manufacturing

Paul

Aschmann

Lithium LabsUSA, NC, CharlotteSOA, Web/ES Services, Development, Eclipse, iPhone & iPad Development, .NET, Oracle, ABAP

Paul

Hawking

Victoria University AustraliaAustraliaSAP University Alliances, Business Intelligence, Training and Education, SAUGHigher education

Paul

Kurchina

KurMeta GroupCanadaConnector, Analyst, and community Catalyst in the SAP ecosystem

Paula

Rosenblum

RSR ResearchUSA, FLRetail

Pete

Lagana

Excellis InteractiveUSASAP Usability , Mobile Application Development, Mobile User Experience, SAP User InterfacesPharma, Financial, Hi Tech, Consulting

Peter

Langner

ADventas ConsultingGermanyAccounting, Logistics, Global Trade Management (GTM) SAP ECC, SAP NetWeaver, SAP NetWeaver CE, Solution Manager, ABAP Classic & ABAP ObjectsTrade, Finance

Peter

McNulty

SAP LabsUSA, PA, New Town SquareWeb Dynpro, Web Services, J2EE, and new ABAP features

Philip Kisloff

CapgeminiUnited KingdomRunSAP (Business Process Integration & Automation Managent), SAP Business Workflow and BPM.Consulting

Phil Loewen

SynerScope BV

Zurich, Switzerland

Sales, Business Intelligence & Analytics, Big Data, SAP Partner Alliance Mgmt., IT Strategy & Management, SAP Technology, ITIL, Web, Mobility, Innovation, Social Media, Project Management & Capacity Planing, EMC, Cisco, 360°InsighTVisual Business Analytics (GPU), Sales

Prashant

Mendki

BristleconeIndiaEnterprise Performance Management, Spend Performance Management, Data Enrichment and Classification, SLM, Infonet, SRM, Supply ChainConsulting

Prashant

Padmanabhan

SAPUSA, CA, Palo AltoProduct Management, Product Marketing, Enterprise Human Capital Management Solutions, Software as a Service SaaS, Distributed Development, Collaboration Systems for Distributed teams.
Web 2.0 Learning 2.0, Mobile Applications, SuccessFactors

Prateek Raj

Srivastava

AccentureCanada, TorontoSOA Middleware (SAP PI, Seeburger EDI Suite), AMI Integration for UtilitiesConsulting

Pratik

Talwar

Colgate PalmoliveGreater New York Area, USAhybris eCommerce Platform, ABAP Development, ABAP Objects, Business Rules Framewrok Plus (BRFPlus), MDM, MDGx (Master Data Governance), SAP Business Workflow, Business Process Reengineering and Six Sigma.FMCG

Raquel

Cunha

IndependentBrazilSolution Manager, ABAP, IDOC, ALE, Design Thinking.Automotive, Defense, Mill, Pharma, Public Sector, Services

Ravi Sankar Venna

Ravi Sankar Venna

IndependentUnited KingdomSAP FICO, SEM, BW, Solution Manager, Security, e-CATTConsulting


Raymond Giuseppi

 

Dassault Falcon Service

 

France

 

SAP FI/CO, BW, development

 

Aerospace

Renald

Wittwer

IndependentGermany, HamburgABAP Development, BSP, Web Dynpro ABAPAerospace,
Real Estate

Richard

Hirsch

AtosAustriaCloud

Robert Eijpe

Robert Eijpe

NL for Business

Netherlands

OData/Gateway, SAPUI5, FioriConsulting / Trainer

Robin van het Hof

Robin Van Het Hof

QualitureNetherlands

The "old"  : SAP NetWeaver, Portals, Web Dynpro Java

The "new" : SAP HANA Cloud Platform, SAPUI5/OpenUI5

 

And regardless of the technology, I'm an User Experience advocate and (junior) Design Thinking coach: it's not what the software does, it's what the user does

Consulting

Development

Roel

van den Berge

Ciber Nederland B.V.NetherlandsNetWeaver, ABAP, CRM WebUI, Sybase Unwired Platform, Web Dynpro ABAPConsulting

Ronald

Konijnenburg

Logica Nederland B.V.NetherlandsBusiness Objects, BW, HANA, SEM BCS, ECCConsulting

Rukhshaan

Omar

SAP

Germany, BW, Walldorf

Big Data, SAP HANA and SAP NetWeaver BPM use cases (Industry and LOB)Marketing

Sascha

Wenninger

Blue TAustraliaSOA, REST, PI, MIIMining, Retail

Shabarish

Vijayakumar

Wipro TechnologiesIndiaSOA Middleware, Enterprise SOA, SAP Process Orchestration, SAP Mobility

Sharon

Newton

HyperCision Inc.USA, ILSAP HR, Talent Management, Performance Management, ERPConsulting

Sheng Qiang

Zhengzhou Sanquan Food. Co. LtdChinaABAP

46.png

Shengtao Tan

SAPChinaCommunity, Collaboration, Social Media, Usability, SAPUI5, User Interface/User Experience, Business ByDesign

Simha

R. Magal

Grand Valley State UniversityUSA, MISAP ERP, Business Analytics,  Education and Training, SAP University Alliances
Higher Education

Simon Kemp

PLAUT IT AustraliaAustraliaPortal, Usability, Development, ABAP, Java, SAPUI5, Gateway, Mobile Applications, User Interface/User ExperienceConsulting

Simon To

Fossil, Inc.USA, TX, DallasBusiness Analytics/SAP BusinessObjects portfolio, database development, programmingRetail, insurance/finance, oil & gas, telecom, software

Sina

Moatamed

IT Strategist and ConsultantUSA, CABusiness ByDesign, Cloud ComputingManufacturing, Life Sciences, Consulting

Srini

Tanikella

SMART Modular TechnologiesUSA, CA, Freemontb2b, web services, ABAP Integration Technologies, SAP - SD, ABAP, XI,BI and NetWeaver PortalsHigh Tech

Steve

Bogner

Insight Consulting

Partners

USAHR, Business Process, Management Consulting, Program management, PayrollConsulting

Steve Rumsby

University of WarwickUnited KingdomNetWeaver, ABAP, GRC, PersonasHigher Education

Steve

Lofthouse

Sheffield Hallam

University

UKSAP HANA, Analytics, Database and TechnologyEducation

Susan

Keohan

MIT Lincoln LaboratoryUSA, MAWorkflowPublic Sector

Sue

Dunnell

SAPUSA, CASAP PowerBuilder, Developers, Community Engagement

Tammy

Powlas

Fairfax WaterUSA,VABI ASUG Chair, FI, CO, FM, Solution Manager, BI client toolsUtilities
Public Sector

Thorsten

Franz

AOK SystemsGermanyTechnology Strategy, Architecture, ABAP on HANA, Custom Development and ISVs, NetWeaver, Mobile, Composition, CloudInsurance

Tim Guest

SAP Business OneUnited KingdomDirector at a Flow Control company. Implemented SAP Business One Version 9 now and look after the IT systems, Marketing and Sales activities. Dedicated to growing the SAP Business One community both online and offline. Volunteer and SIG Vice Chairman at UKISUGDistribution and Manufacturing

Tobias

Hofmann

BrazilSAP Portal, Mobililty (Sybase SUP), Knowledge Management, Collaboration, NetWeaver, Integration

Tobias

Trapp

AOK SystemsGermanyeSOA, HANA, Business Rules Management,
Custom Development with ABAP and CE
Enterprise Architecture
Semantic Technologies
Insurance

Tom

Cenens

CTACBelgium, Brussels

SAP Technology: SAP Basis, SAP Solution Manager, SAP HANA, Virtualization&Cloud related topics such as SAP LVM

 

Involvement in SAP Certification & Education - representing SAP Mentors & SAP Community for EMEA

 

Influencing SAP System Provisioning / SAP Solution Manager topics ~ LMDB for example - collaboration with SAP Walldorf

 

Design Thinking sessions participation at SAP as subject matter expert (variety of topics)


Teaching SAP HANA, SAP Solution Manager at SAP Belgium

 

Interested in technology, science, social media, design thinking, empathy, leadership & education

Consulting

Tom Van Doorslaer

Tom Van Doorslaer

CTACBelgium

Coming from a background of custom development, I have spread my knowledge out over different functional domains, products and development. My favourite subject is User eXperience in all shapes and sizes. Be it web, mobile, client based, SAP, non-SAP,... anything goes.

 

Because of this interest to User eXperience, I've also gained a lot of interest in Cloud For Customer which I'm taking a closer look at. How does it fit in with the future Vision of SAP? Is it a sign of things to come?

Consulting / Business development / Enterprise Architecture

Tomas

Krojzl

IBMCzech RepublicSAP HANA, Trigger Based Replication (SLT), SAP Basis (NetWeaver, OS/DB Migrations, Release Upgrades, EHP Installations)

Tony

de Thomasis

SAPWORKS Pty LtdAustraliaApplication Lifecycle Management, Solution Manager, NetWeaver Infrastructure, Disk Technology, IBM PowerVM technology, Wily IntroscopeProfessional services

Twan

van den Broek

CIBER NLNetherlandsSAP NetWeaver, BPM and SOAConsulting

Tridip Chakraborthy

Bloomberg LPUSASAP Supplier Relationship Management, SAP Sourcing, SAP Contract Lifecycle Management, SRM MDM Catalog and Business Process Expert in Sourcing, Contract Management space, Supply Chain professionalCaptive Procure2Pay Global Implementations & Supply Chain in News/Media

Uwe

Fetzer

SE38 IT-EngineeringGermanyABAP, BSP, WDA, Workflow, JSON, REST, SAPUI5, HANAConsulting / Development

Uwe

Goehring

bigbyte software systems corp..USALogistics, Supply Chain Management, Hospitality, Printing & Packaging, Chemical, Discrete, Repetitive Manufacturing http://scn.sap.com/people/vance.panuringConsulting

Vance Pan

Nodally TechnologiesCanadaAnalytics / BI, SaaS, PaaS, CRM, M2MMarketing

Vitaliy Rudnytskiy

SAP  /
Vital BI (blog)
PolandData Warehousing, BI, Analytics, In-memory // Technology Evangelism and Developers Engagement

Wei Zhu (Ethan)

ChinaBusiness IntelligenceConsulting

Wences

Lacaze

Novis Corp.Argentina - ChileChange management, SAP solution Manager, ALM, IT service managementConsulting

Xumin Zhao

Dimension InfoTechChinaSAP ESA, SAP NetWeaver

Yakov

Werde

eLearnIt LLCUSA, NJSAP PowerBuilder

Yariv Zur

SAPIsraelNetWeaver Portal, NetWeaver Cloud, Mobile Portal, NetWeaver, UI technologies (HTML5, Web Dynpro, Visual Composer)

Zal Parchem

Zal Parchem

Independent Consultant

Georgia

USA

SAP Business One (SAP B1), SQL, Data Transfer Workbench, Functional and Process Analysis.  Review and Correction of Settings and Processes.Consulting

Zimkhita

Buwa

City of Cape TownSouth AfricaBI and SAP Strategy ManagementConsulting

profile-image-display.png

Colleen Lee

Independent ConsultantAustraliaSecurity, GRC, SAP Learning Hub Champion Programme,Consulting

 

46.png

 

 

Lestor Meadows

BI ManagerAustraliaBIConsulting

 

BPC SCRIPT LOGIC TIME DIMENSION PROBLEM

$
0
0

Hi Experts,

 

I'm on BPC 10 MS SP13, with EPM-ADD SP18

 

 

I've a problem with script logic: I need a data region with two periods : Period Selected from prompt and Same Period Last Year.respect to selected period.

 

I try to use %YEAR%(-1) or %PERIOD%(-12) but in time dimension I have other elements , see below images.

 

time_dimension.png

 

I try with this syntax:

 

*SELECT (%PREV_YEAR%,"PY",TIME,[ID]='%TIME_SET%')

*SELECT (%MONTH%,"[PERIOD]","TIME","[ID]='%TIME_SET')

 

*XDIM_MEMBERSET TIME=%PREV_YEAR%.%MONTH%,%TIME_SET%

 

When I check log i found that %PREV_YEAR% and %MONTH% are empty. Data in fact table are filtered only for %TIME_SET% .

 

If I substitute %TIME_SET% with fixed values (Ex: 2014.AUG )  %PREV_YEAR% and %MONTH% are populated correctly.

 

 

 

Any help appreciated

 

Thanks

 

Samuele

Best SAP Module for 3 Years Experience Employee ?

$
0
0

Hi All,

 

From last 3 years, I am working in Internet Service Provider organization, currently holding Senior Software Engineer position. I have done Bachelor of Engineering in Information Technology. My queries are :

 

a) Which SAP module best suits my profile? [I am good in Project Management and Requirements Analysis/Gathering from International Clients]

b) Which certification, I need to apply for?

c) What will be the approx cost for that certification and from where I need to prepare for that[Coaching Institutes Or Books]?

 

Thanks in advance for all your support.

 

Thanks,

Neeraj

Help process order -> reservation

$
0
0

Hello,

 

How can i analyse all what happened on process order , to get when and how close reservation?


thanks

Viewing all 8096 articles
Browse latest View live


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