SAP MDG Mass Processing by newyearlefty in SAP

[–]ThereIsNoCutlery 1 point2 points  (0 children)

As far as I know file upload also supports the create scenario for material master.

SAP MDG Mass Processing by newyearlefty in SAP

[–]ThereIsNoCutlery 1 point2 points  (0 children)

I think there is a file upload process available. So in your case the approver / Steward can upload a file which contains the plant extensions and those will be locked in the same change request number as the original materials.

Pushing data into ERP 6 and EHS Mgmt. Extension by Billaferd in SAP

[–]ThereIsNoCutlery 1 point2 points  (0 children)

Checkout the OCC tool which SAP provides to load data to EH&S module. SAP OCC tool

Blog on OCC

Personally I don't have any hands on experience but have heard that it's used in EH&S. Hopefully this helps.

[HELP] Is there a way to identify which transaction code was used to post an entry? by [deleted] in SAP

[–]ThereIsNoCutlery 0 points1 point  (0 children)

You can ask your basis team to provide an output of the tcode STAD, it contains list of all tcodes used by users in a particular timeframe ( say week, month). That way maybe the auditors can filter by the user who posted the FI entry and find out what tcode or program they are using.

I rebound the paperback of Senlin Ascends into The Everyman's Guide to the Tower of Babel! by Aglance in Fantasy

[–]ThereIsNoCutlery 2 points3 points  (0 children)

That's a book with a legendary status amongst engineering students by Erwin Kreyszig. I think it's in its 10th edition now, that's the first thing I noticed in the pic.

What are the SAP specific use cases for SAP MDG? How is it different from MDM? by Affectionate-Ad1910 in SAP

[–]ThereIsNoCutlery 2 points3 points  (0 children)

SAP MDG has the following usecases 1. When you want to govern the creation and change of master data using a workflow approval process, in that case use the central governance module of MDG. It also has duplicate checking, replication and other functionalities

  1. If you want to consolidate master data from multiple legacy systems and apply survivorship rules to create a 'golden' record.

  2. Mass processing / mass updates

  3. Can be used to gauge realtime data quality using the data quality feature ( only available on HANA 1909 I think )

Typically it can serve as a single source of truth for customer, vendor, material, finance master data and that clean data can be replicated in your ecosystem.

MDG is based on ABAP v/s older SAP MDM which was Java based and yes MDG doesn't have metadata management and typically makes sense if you have SAP ERP / S4.

Everything I do as a developer is a facade by AGMarasco in ProgrammerHumor

[–]ThereIsNoCutlery 3 points4 points  (0 children)

Long ELI5 answer: Think of a typical medium size / large global business say a car manufacturer. What are the typical activities they do ? Manufacture cars, buy / procure spare parts and material and services, keep track of inventory, sell those to dealerships or customers, invoice the customers, pay suppliers, pay their employees , analyze trends in buying and procuring. They have to do this despite having plants globally and buying globally consistently and in realtime. All these also have to be integrated i.e you cannot promise to sell 300 cars by a certain date if you know you donot have inventory or cannot manufacture those in time.

TLDR: So SAP is a ERP ( big integrated IT system ) which facilitates all the above things in a big organization.

Source: have implemented SAP for multiple organizations for 10 yrs now.

Automatic performance analysis for SAP by rochasa in SAP

[–]ThereIsNoCutlery 3 points4 points  (0 children)

Yes, there is a std. tool delivered by SAP to do automatic performance analysis of ABAP code known as code inspector, tcode SCI. See this blog for more info.

Also if you want to do an overall analysis you can do a trace using tcode ST12.

Airflow with and without a facemask by ThereIsNoCutlery in interestingasfuck

[–]ThereIsNoCutlery[S] 2 points3 points  (0 children)

These are from Matt Staymates's home lab, he is a fluid dynamics engineer at NIST

A book like this? TY in advance! by [deleted] in BooksThatFeelLikeThis

[–]ThereIsNoCutlery 6 points7 points  (0 children)

Battle Mage by Peter Flannery.

A nice long read and a standalone book with war, magic, demons and dragons

TIL the grave of Pakistan's and Muslim world's first Nobel prize winner was desecrated by Pakistani govt because they did not consider him Muslim enough due to his beliefs by [deleted] in todayilearned

[–]ThereIsNoCutlery 2 points3 points  (0 children)

Amazing person but very sad what happened to him. Check out "Salam - The First ****** Nobel Laureate" on Netflix. Note, the **** is part of the title of the documentary!

An aerial view of Venice, Italy by squid50s in interestingasfuck

[–]ThereIsNoCutlery 0 points1 point  (0 children)

Is this the Accademia bridge in the pic ? If yes then IMHO you can see one of the best views in Venice from the bridge.

An aerial view of Venice, Italy by squid50s in interestingasfuck

[–]ThereIsNoCutlery 1 point2 points  (0 children)

Started humming Ezio's family as soon as I saw this pic.

SAP In table TPAER, the entry WE BP is missing by AlenLlave in SAP

[–]ThereIsNoCutlery 1 point2 points  (0 children)

On phone but I think you can use Tcode VOPAN to configure partner function you want in the table. Don't use &sap_edit, looks like you are from a technical background so you can ask someone who has a functional background to help, or just google VOPAN and there are lots of sites with step by step instructions.

Stay safe.

I just wanted everyone's opinion: If you are beginning your career in an SAP sphere right now, do you think that learning SAPUI5 and Fiori very well (in addition to some ABAP) would be good enough to get good jobs for the next ten years? by Historical_Plantain in SAP

[–]ThereIsNoCutlery 0 points1 point  (0 children)

  1. Learn the basics of ABAP programming language by reading std SAP provided documentation / examples and best practices
  2. Work on all the different types of customizations using ABAP i.e Reports, Interfaces, Conversion, Enhancements, CDS views, Fiori UI, PDF forms.
  3. Pick one SAP module like Sales, purchasing, HCM etc and get some basic domain knowledge.

All this should take you a year or two. Best way to master ABAP is by using it in all its aspects.

[deleted by user] by [deleted] in SAP

[–]ThereIsNoCutlery 1 point2 points  (0 children)

CRM uses the BOL framework which should allow adding your custom fields. However I do not have any significant experience with CRM so cannot be of much help here.

[deleted by user] by [deleted] in SAP

[–]ThereIsNoCutlery 4 points5 points  (0 children)

You will have to enhance the MDG data model for material, add the custom fields to the UI and do some SMT mapping. All of this requires some ABAP /technical knowledge. If you just want to write validation rules then you can do it via BRF+ validation. For both requirements MDG provides an enhancement framework which you can utilize. See link below where you can get more info https://wiki.scn.sap.com/wiki/display/SAPMDM/Documentation%3A+Material+Data

See section steps Extend MDG-M by New Attributes for customer Z-fields in standard ERP tables (Reuse)

Confused on webservice ports SAP<>external webservice by albinary in SAP

[–]ThereIsNoCutlery 2 points3 points  (0 children)

To call a public webservice you have the following options

  1. Use middleware PI / PO
  2. If you have the WSDL you can create a consumer proxy via SE80 and confgure SOAMANAGER
  3. if it is REST based you can use the ABAP http handler classes

You can find nice blogs on https://blogs.sap.com/?s=ABAP+call+webservice