Automate

 View Only
Expand all | Collapse all

Maintain Customer Text by Text ID in BP Customer (FLCU01)?

  • 1.  Maintain Customer Text by Text ID in BP Customer (FLCU01)?

    Posted 04-26-2024 02:40

    Is there a way to create a script that update Customer Text by ID?

    For example data in below table, I have to update Customer Text for TG20 and TG25. But there are many Text Id in the BP Customer. How will the script be created?

    TextID Customer Text
    TG20 New text1
    TG25 New text2





    ------------------------------
    Best Regards,
    Nart
    ------------------------------


  • 2.  RE: Maintain Customer Text by Text ID in BP Customer (FLCU01)?

    Employee
    Posted 05-01-2024 19:59

    Hi Nart

    You could use the Long Text handling that comes with having the Function Module installed in SAP for the standard long texts - documentation link:  https://help.precisely.com/r/Automate-Studio/20.3/en-US/Automate-Studio-with-Connect-User-Guide/Transaction/Map-Fields/Add-Long-Text

    I have an update script for BP Sales area, and on the MAP tab I can select to Add Long Text on the ribbon under Advanced Features, like this:

    Simple chose the long text(s) you want to work with.  It will add a set of fields for each long text you pick, like this for Marketing Note

    You can pass in the language code, along with the long text - upload or download, plus mapping the BP number (or customer number in case it's different).

    Note that to use this feature, the BP must exist already.

    Hope this helps,

    Sigrid



    ------------------------------
    Sigrid Kok
    Precisely Software Inc.
    ------------------------------



  • 3.  RE: Maintain Customer Text by Text ID in BP Customer (FLCU01)?

    Posted 05-01-2024 22:14

    Hi Sigrid,

    1.Could you please share the script that you are using?

    2.Are you using 'BP' Transaction code when recording?



    ------------------------------
    Best Regards,
    Nart
    ------------------------------



  • 4.  RE: Maintain Customer Text by Text ID in BP Customer (FLCU01)?

    Employee
    Posted 05-02-2024 16:58

    Hi Nart

    It's one of the BP example scripts I have to update (or create) sales area data for BP here:  https://community.precisely.com/viewdocument/bp-sales-data-round-trip?CommunityKey=e1f0c200-ca7e-46e7-b5c7-01855e5120c7&tab=librarydocuments

    As long as you have the Function Module installed, you should be able to leverage the Add Long Text feature on the Map tab

     Best Regards,

    Sigrid



    ------------------------------
    Sigrid Kok
    Precisely Software Inc.
    ------------------------------



  • 5.  RE: Maintain Customer Text by Text ID in BP Customer (FLCU01)?

    Posted 05-02-2024 21:33

    Hi Sigrid,

    I have downloaded the template that you mentioned.

    When I press 'Add Long Text' it shows below error. Do you know what is causing this?



    ------------------------------
    Best Regards,
    Nart
    ------------------------------



  • 6.  RE: Maintain Customer Text by Text ID in BP Customer (FLCU01)?

    Employee
    Posted 05-06-2024 15:37
    Edited by Sigrid Kok 07-19-2024 18:39

    Hi Nart

    The SAP system should have the function module installed.  

    Here's a support article where you can check the version installed, if any:  https://customer.precisely.com/s/article/How-to-check-SAP-Basis-Kernel-Information-or-Winshuttle-Function-Module-versions-360023686291?language=en_US

    In my system I have this version:

    As part of the Function Module - these tables, which are partially responsible for support long text

    • in SM30 you can see /WINSHTLQ/LTXMAP
      • and
    • and this entry in /WINSHTLQ/MANDTX

    If you do have a fairly recent version of the Function Module installed, you might need to contact your Basis team to view/maintain the tables above.

    If you don't have the Function Module installed, we recommend you do so.

    Best Regards,

    Sigrid



    ------------------------------
    Sigrid Kok
    Precisely Software Inc.
    ------------------------------



  • 7.  RE: Maintain Customer Text by Text ID in BP Customer (FLCU01)?

    Posted 05-07-2024 01:31