How To Load Equipment Long Text in S - 4 HANA 2020 On Premise Using SAP Data Services - SAP Blogs

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

9/6/22, 3:02 PM How to Load Equipment Long text in S/4 HANA 2020 On Premise using SAP Data Services

g SAP Data Services | SAP Blogs

Community Topics Groups Answers Blogs Events Programs Resour

Ask a Question Write a Blog Post Login

Technical Articles

Arun Sasi Maliyakkal


September 6, 2022
| 3 minute read

How to Load Equipment Long text in


S/4 HANA 2020 On Premise using
SAP Data Services
Follow

 0  0  29
 Like
Hey All,

 RSS Feed  

In this blog post, you will learn how to upload Equipment Long Texts using SAP
Data Services. Long text cannot be uploaded using Equipment Master data
object in SAP Data Migration Cockpit(Migrate your Data Fiori App in S/4 HANA
2020).

Requirement: Long texts are those texts which are greater in length than a
standard short text description. Eg. Equipment long text description. SAP has
provided a standard FM CREATE_TEXT.

Solution: The standard FM is not a remote enabled one and therefore cannot be
used in SAP Data Services Designer. We can create a wrapper around the FM and
create a Z function(E.g. Z_CREATE_LONG_TEXT) as per the ABAP Development
standards and then make it remote enabled. You can contact the ABAP developer
in your team to create a wrapper around the Standard FM CREATE_TEXT.

https://blogs.sap.com/2022/09/06/how-to-load-equipment-long-text-in-s-4-hana-2020-on-premise-using-sap-data-services/ 1/8
9/6/22, 3:02 PM How to Load Equipment Long text in S/4 HANA 2020 On Premise using SAP Data Services | SAP Blogs

Custom Function

Import the Z Function(Z_CREATE_LONG_TEXT)  in SAP Applications Datastore in


SAP Data Services Designer. You can now call this function in a query transform.
For the Z_EQUIPMENT_LONG _TEXT function module, the parameters essential
are FID, FLANGUAGE, FNAME, SAVE_DIRECT and FFORMAT. The Functional
Consultant should first test the data using Test Data directory in SE37 and
update the Long text using the Z function. If the long text description for the
equipment is getting updated properly then it should also work in SAP Data
Services Designer

Import Parameters and Tables

Header Structure

https://blogs.sap.com/2022/09/06/how-to-load-equipment-long-text-in-s-4-hana-2020-on-premise-using-sap-data-services/ 2/8
9/6/22, 3:02 PM How to Load Equipment Long text in S/4 HANA 2020 On Premise using SAP Data Services | SAP Blogs

Using a Flat File or Staging table bring the data in the above format for providing
input to the Z Function Module in Designer

SAP Data Services Dataflow for loading Long text data

Now Import the Z function and the Schema Out should look like below

NRDM Schema

Define the Input parameters and Click Next

https://blogs.sap.com/2022/09/06/how-to-load-equipment-long-text-in-s-4-hana-2020-on-premise-using-sap-data-services/ 3/8
9/6/22, 3:02 PM How to Load Equipment Long text in S/4 HANA 2020 On Premise using SAP Data Services | SAP Blogs

Input Parameters and Table input

Provide the Output Parameters as FLINES

Outpur Parameter

Execute the BODS job and the NRDM Flat table will show the result of the
Function call. If AL_RFC_RETCODE is showing as RFC_OK then the Equipment
Long text has been successfully loaded in to the S/4 HANA Target System

https://blogs.sap.com/2022/09/06/how-to-load-equipment-long-text-in-s-4-hana-2020-on-premise-using-sap-data-services/ 4/8
9/6/22, 3:02 PM How to Load Equipment Long text in S/4 HANA 2020 On Premise using SAP Data Services | SAP Blogs

NRDM Flat table Output

Verify the Long text has been uploaded in IE03 tcode

Equipment_Multilingual Texts

https://blogs.sap.com/2022/09/06/how-to-load-equipment-long-text-in-s-4-hana-2020-on-premise-using-sap-data-services/ 5/8
9/6/22, 3:02 PM How to Load Equipment Long text in S/4 HANA 2020 On Premise using SAP Data Services | SAP Blogs

Multilingual Texts Display

Click on Long Text in the Multilingual Texts Display screen and the Equipment
Long text will be displayed in a Word editor

Equipment Long Text Window

There you go!! You can now see that all the long text related to Equipment are
uploaded successfully as provided in the source data.

I hope you find this blog post useful! Kindly share your comments and remarks if
any 🙂

Regards

Arun Sasi

https://blogs.sap.com/2022/09/06/how-to-load-equipment-long-text-in-s-4-hana-2020-on-premise-using-sap-data-services/ 6/8
9/6/22, 3:02 PM How to Load Equipment Long text in S/4 HANA 2020 On Premise using SAP Data Services | SAP Blogs

Alert Moderator

Assigned Tags

SAP Data Services

PLM Enterprise Asset Management (EAM)/Plant Maintenance (PM)

SAP ERP

Similar Blog Posts 


Part 1: Migrate your Data – Migration Cockpit (from SAP S/4HANA 2020, SAP S/4HANA Cloud 2008), Migrate
data using staging tables and methods for populating the staging tables with data
By
Iliana Olvera Mar 10, 2021

How do you Migrate to SAP S/4HANA


By
Frank Densborn Jun 21, 2016

Migrating data to your (new) SAP S/4HANA


By
Jacek Klatt May 29, 2017

Related Questions 
How can we load some SAP objects in S4/HANA using Data Services
By
Former Member Mar 08, 2018

Best Extraction approach for Material Master for Data Migration to S/4 HANA
By
Arun Sasi Maliyakkal Jan 23, 2019

https://blogs.sap.com/2022/09/06/how-to-load-equipment-long-text-in-s-4-hana-2020-on-premise-using-sap-data-services/ 7/8
9/6/22, 3:02 PM How to Load Equipment Long text in S/4 HANA 2020 On Premise using SAP Data Services | SAP Blogs

SAP Data Services 4.2 compatibility with SAP S/4 HANA 2021
By
SAP Support Jun 14, 2022

Be the first to leave a comment

You must be Logged on to comment or reply to a post.

Find us on

Privacy Terms of Use

Legal Disclosure Copyright

Trademark Cookie Preferences

Newsletter Support

https://blogs.sap.com/2022/09/06/how-to-load-equipment-long-text-in-s-4-hana-2020-on-premise-using-sap-data-services/ 8/8

You might also like