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

Increase FM budget

$
0
0

Hi,

 

We have set up at the beginning of the year the fm budgets for the different departments. This is the first year that we work with budgets, and the first time business owners start to create fund reservations for their projects.

 

We experience a lot of requests to increase the budget by business owners. We currently respond by increasing the budget to respond on the business owner immediate need, but we are sure this is not the best practice. It takes a lot of work to re-calculate and take somewhere else the budget. You get the picture.

 

How do most organisations handle budget increases?

 

Thanks for you insights


EWM Auto create pick HU for each Task on a Warehouse order

$
0
0

Dear Experts

 

We've got a specific need for EWM to automatically create Pick HU's for multiple tasks on 1 warehouse order.

 

Packspecs are maintained, with HU creation tick on in the packspec.

HU creation is also ticked in the packaging profile, as well as the "Assign HU's to WT's" tick.


But, the system only creates 1 pick HU for Warehouse Orders with more than 1 task. (system creates a task for each level qty of the packspec)


Any idea why the system does not create the other HU's? Any idea where I can look further? Cannot determine the issue from the log during WO creation.


 

I have had a look at this thread  with no help as well:

Pick HU not created automatically in EWM

 

 

Regards

Erik

Explode Equipment BOM and Material BOM in Sales Order

$
0
0

Hello,

 

I have a Material BOM and Equipment BOM defined.

 

When I create the SO and enter the Material (With BOM) the Material BOM is exploded. My question is How to explode Equipment BOM automatically in the Sales Order when the Equipment BOM is exploded.

 

BOM explosion (Material BOM and Equipment BOM) I have come across this Discussion on the same requirement and I could not get the answer.

 

Florian Preuss, from the above mentioned discussion, you have came across the same requirement and resolved the same. it would be helpful, if you could share the solution.

 

Thanks in Advance.

Rakesh Kaliyaperumal.

Error in displaying data on bar in barchart of sapui5.

$
0
0

I have made a horizontal barchart . The code of View is as follows:-

vbar_code.PNG

Now I want to display data on the bar . So for that I have used the Datalabel as shown in the code above.

But when I run the code I am getting an error .The screenshot of the error is as shown below:-err.PNG

Can anyone guide me how to solve this issue?

Although billing reverse is done, sales order pricing is inactive

$
0
0

Hi,

 

I have a problem about changing price on sales order.

 

I have created a return sales order (without reference), PGR and billed. Before creating accounting document, I get reversal of invoice and try to change price in sales order but conditions tab is closed and can't change prices.
I can't cancel PGR but it already didn't relate to it.

 

Thanks,

 

Oktay

EHP3 -Income Tax Declaration IT0581, IT0583, IT0584, IT0585 & IT0586 via ESS

$
0
0

Hi Experts,

 

We are in EA-HR     603(release)    0046(level)   SPAK-60346INEAHR (Highest support Package).

                SAP-HR     600(release)    0096(level)   SAPKE60096 (Highest support Package).

 

 

Client want to upgrade to EHP7 after 6 months. Now we are in EHP3. Now client wants to Implement the IT declarations in ESS.

 

Please suggest me how to do  ESS income tax declaration with EHP3.

 

 

Regards,

Venkat polisetty.

S/4HANA Extensibility Concept Details: Restricted ABAP

$
0
0

In this “S/4HANA Extensibility Concept Details” blog series I want to elaborate details for specific topics. I want to start with the concept of “Restricted ABAP”.

 

Motivation

The official SAP white paper on S/4 Extensibility (see link to the official white paper and my personal summary in (S/4HANA Extensibility – The new White Paper) introduces two pillars of S/4HANA Extensibility: the side-by-side extensibility with SAP HANA Cloud Platform (HCP) and the ABAP-based in-app extensibility. ABAP-based in-app extensibility comes into the play when for reasons of performance, transactional security or strong data coupling side-by-side extension must be ruled out. (For the non-ABAP-based parts of S/4, for example the HCM solution (aka SucccessFactors), the same pattern applies, as explained, for example in the OpenSAP Course „Extending SAP Products with SAP HANA Cloud Platform“, https://open.sap.com/courses/hanacloud3-1).

 

The rich feature set of the ABAP language and the vast amount of enterprise-ready functionality in the ABAP basis is without any doubt one of the major success factors for SAP. By adding custom code to the SAP core, customers and partners can adopt the SAP standard software to the business needs of the particular companies. On the “dark” side of the ABAP story, ABAP developers can easily cause major damage to the SAP business processes (in terms of integrity, security, and performance) when used in an inappropriate way. In addition custom code in many SAP system is highly interwoven with the SAP core, which makes the upgrade process expensive and error-prone.

Looking at the S/4HANA cloud edition, it is quite clear that a cloud provider (this is SAP) cannot grant access to the full ABAP functionality to a customer or partner developer.

For this reason SAP decided to provide a restricted ABAP version which can be operated in a safe way in a cloud environment. The set of allowed ABAP language statements is restricted since custom code could otherwise easily break compatibility and upgradability and also functional correctness of SAP processes (example: deleting an entry in a SAP table, creating parallel processes, dynamic function call, ...).

The restricted ABAP has two targets:

  • De-couple custom code from the SAP core by enforcing the exclusive use of white-listed SAP APIs
  • Minimize the risk of damages to the system or the data integrity/security


Concept

The concept of restricted ABAP is built of two pillars: the restricted syntax and the white-listing check.

  • Restricted syntax: only a well-defined part of the ABAP syntax tree is allowed in the restricted ABAP version. For example code generation and dynamic programming is not allowed. The restricted syntax check works as a whitelist/blacklist on the ABAP syntax tree. It allows or blocks complete ABAP statements or branches of statements in the syntax tree.
  • White-listing check: only white-listed SAP APIs (for example white-listed classes and CDS views) can be used. The syntax check analyses the used SAP objects and checks if they are white-listed.

The restricted syntax and white-listing check is included into the ABAP syntax check (and also into ABAP code completion). So it is independent of the used editor. The following figure shows this in detail: When the restricted mode is switched on, the central ABAP syntax check, which is used by the editor in the ABAP workbench, in Eclipse, and in the web-based ABAP editor, performs the restricted syntax and white-listing check. As the syntax check is part of the ABAP activation, an ABAP source that fails the check, cannot be activated and executed.

 

Picture1.png


Restricted ABAP in the S/4HANA Public Cloud Edition

The first consumer of the restricted ABAP is the S/4HANA public cloud edition.

S/4HANA provides means for key users and partners to customize and enhance the applications' business logic. Key users/partners can use ABAP for implementing business logic extensions, but in the public cloud deployment model not all ABAP features can or should be made available. In the first step, logic extensions are done via SAP business add-ins (BAdIs), because BAdIs provide a clear contract between the core application and the implementing party.

You can find a web-based ABAP editor to implement custom logic in the Custom Fields and Logic Fiori app. The app will appear in your Fiori Launchpad when the Extensibility role is assigned to your user. The following screenshot shows the app. While designed for the cloud edition, the Custom Fields and Logic Fiori app is also available in the S/4HANA on-premise version. If you want to see the app in action, check out the video.

 

Screenshot.png

 

 

On the frontend, the Custom Fields and Logic Fiori app provides a modern web-based text editor that supports the following features:

  • Syntax highlighting, syntax check, code completion (shown in the screenshot), text formatting (“pretty printing”)
  • Split-screen editor that shows the draft code, and (optionally) the published code, and the code of the example implementation
  • Access to documentation of the enhancement option (BAdI)
  • Draft (sandboxing) and published version
  • Embedded test support for the draft implementation and the published version
  • Details, if you are familiar with SAP BAdIs: the editor completely manages the creation of the enhancement implementation and the implementing class (and hides the technical details from the user). As a user, you only have to implement the method (“code snippet”) that implements the custom logic.

On the backend the editor operates on ABAP classes with the restricted ABAP check. Supported language features are:

  • Basic expressions, control and flow statements, variables and internal tables,
  • String, math, data & time operations, … ),
  • Read and write access to the interface of the BAdI
  • Read and write access to white-listed SAP APIs (classes)
  • Read access (full SQL select support) to white-listed SAP CDS views.

The following ABAP features are not allowed to ensure the robustness, security and data consistency target:

  • any DB operation except selects from released views, for example the commit work statement is not allowed (which obviously makes no sense and is dangerous in a BAdI)
  • access to files and other I/O commands
  • creating new tasks (parallel processing)
  • dynamic programming
  • code generation
  • To simplify the syntax, obsolete ABAP statements are removed from the syntax

You can find the complete list of allowed statements in the documentation.

 

Future Use Cases

Customer extensibility in S/4HANA public cloud edition is only the first use case for the restricted ABAP concept. Further use cases may follow (to be contiued ...).

Issue with tree structure

$
0
0

Hi Experts,

 

I have created a SAPUI5 application which mock json data, the master page is in tree structure as shown in image, image1 which is working fine.

 

image.png

 

image (1).png

 

The excel sheet snapshot is my mock json representation, using this data only i am creating my mock json.

 

image (2).png

Now the same application has to be build using odata service as backend(without using mock json data). How could i able to give my master page view as a tree structure in a odata service. Please guide me and help me.


Disable item-id field under PPM item overview

$
0
0

Hi Experts,

Could you please tell me how to disable item-id field under PPM item overview tab as shown in screen shot below:

 

field disable.png

 

 

 

Best Regards

Saurabh

ALV report output filtering

$
0
0

Hi,

I have a ALV report and it has a column of 220 chars. It was not working with filtering. So I added the output len and ref_field and ref_tabname and now it is working . But I call this ALV report in some radio option. In one case it is working but another case it is not working. It refers to same field catalog but it is not happening for one case. It is quite strange. Can somebody find out what could be possible error?

 

Regards,

Jeetu

Validation for document type restriction

$
0
0

Hi All,

 

We have a requirement for restrict a document type only to one T. Code. We tried but could not achieve it.

 

We have a document type 'JV'. We want to allow this doc type only in F-02 transaction. In other T. codes it should not be allowed for posting.

 

Please advise how to achieve it using validation.

 

Thanks,

AJ..

DTW import OCRD DiscRel or DscntRel

$
0
0

Hello SCN,

 

 

I want to Update the field DiscRel in the OCRD table but it is not available in the DTW Template for OCRD nor can I relate it to the field DiscRel in DTW step 5 Map object fields because it is not available there. Does anyone know how I can update the field DiscRel in OCRD?

 

However there is a field DscntRel available in the Template but this is not the right field: In my query from OCRD I get different values for these fields (H, L) , but I cannot find the field DscntRel in the application-screens. What is the difference between the fields DscntRel and DiscRel in the OCRD Table ?

 

The system is SAP Business One 9.1 PL 7

 

Thanks for your help, Jos Dielemans

Mashup visibility in C4C

$
0
0

Hi,

 

I have created a new URL and HTML mashup for ISU Transaction in C4C. But I'm not able to make it visible.

 

The button beside mashup is greyed out. Any help would be appreciated.

 

Please find below screenshot

 

Thank you

 

 

BO4 - Upgrade Management tool error

$
0
0

Hi,

 

Using bo4 sp6 at momnet.

 

Have upgraded test environment to bo4 sp8.

 

Have exported some folder content to .bira in sp6 environment and looking to move this into sp8 environment

 

pmt_error.jpeg

 

 

Are diffeent versions so confused.

 

Any ideas?

 

Thanks

Post System Copy Activities for Netweaver 7.4

$
0
0

Hi all,

 

Please provide detail list of post System copy activities for Netweaver 7.4.

 

Regards,

Sharma TVK


NOT Receiving any mail from SCN

$
0
0

HI SAP Gurus,

 

I am not getting any single mail from SCN at my mail id from last 3 days.What is reason I don't know.

 

Please suggest , How I ll receive discussion at my mail id.

 

Thanks

 

Regards

Gaurav Solanki

Create new request in IT Declaration

$
0
0

Hi All,

 

I am trying to solve this issue from a very long time but was not able to do so hence posting it here. Earlier I was using the IT declaration Application as mentioned in the attached screen shot.

 

However, I was not able to attach files for IT declaration request in the same and hence raised an OSS to SAP. They guided to change the LPD_CUST parameters (Screen shot attached).

 

 

 

After adding these parameters when I click on Create request its gave me an error which is

oData Model Editor not available

$
0
0

Hi,

 

I have this on-premise web IDE but couldn't find oData Model Editor anywhere in this. Could anybody please help me how to add this editor into my IDE.

 

Thank you

Log of Incompleteness in Delivery

$
0
0

Dear Experts,

I have tried using     USEREXIT_SAVE_DOCUMENT   or        USEREXIT_SAVE_DOCUMENT_PREPARE    or      BADI - LE_SHP_DELIVERY_PROC for pushing SP (forwarding agent) partner in VBPA-LIFNR   field  from a Z table  while saving the document.

In display/change mode the SP (forwarding agent) partner is appearing in delivery but the LOG OF INCOMPLETENESS still shows this field as incomplete. Am I missing something or my technical consultant needs to do something more ?

SUM SP16 for S4/HANA

$
0
0

Hi Experts,

 

I am doing the upgrade with SUM SP16 for S4/HANA. Its new installation and doing patch updates. I am facing the following error and cant more to next. My stack file doesn't shows any components which is shown in error and also cant find on SMP. Kindly help me to fix. PLEASE REPLY

 

Thanks,

 

Khuram

Viewing all 8419 articles
Browse latest View live


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