05 SAP Adobe forms - Floating Fields In Adobe Forms | Dynamic field value in Adobe Forms

Sdílet
Vložit
  • čas přidán 10. 09. 2024
  • 05 SAP Adobe forms - Floating Fields In Adobe Forms | Dynamic field value in Adobe Forms
    www.zktutorial...
    Welcome to ZK Tutorials, your ultimate destination for self-learning videos on SAP ABAP, Java, Tally Prime, Photoshop, Digital marketing and Excel! Whether you're a beginner looking to dive into the world of programming or an experienced professional seeking to enhance your skills, our channel offers a comprehensive range of tutorials from basic to advanced levels.
    Visit www.zktutorials.com now and take your learning journey to the next level!
    #sap
    #abap

Komentáře • 6

  • @Rajmech-7yt
    @Rajmech-7yt Před 10 měsíci

    Super 😊😊😊

  • @divyareddy3722
    @divyareddy3722 Před 10 měsíci

    Hi Zafar, could you please help how amount and date formatting change dynamically based on country.
    Example:- If my country is Denmark and Business partner language is other than Danish then amount and date formatting should be in Denmark format but it is taking US based formatting
    Actual amount- 10,000.00 is coming in result
    Expected- 10.000,00
    Note: i have used SET COUNTRY ‘DK’ in form interface level but it is not working.
    Thanks in advance.

    • @zafarkarnalkar
      @zafarkarnalkar  Před 10 měsíci

      HI,
      Instead of hardcode , can you try by selecting language into a variable based on your logic and assign the same in field property.

  • @ABAPExplained
    @ABAPExplained Před 6 měsíci

    I think, the selection has not worked, because of the missing leading zeros in the KUNNR. So instead of giving in 2 you should pass 0000000002

    • @zafarkarnalkar
      @zafarkarnalkar  Před 6 měsíci

      Yes, I did that , then it worked, thanks

    • @keithdeklerk7304
      @keithdeklerk7304 Před 3 měsíci

      @@zafarkarnalkar Check your where clause in the SELECT statement. Your example is actually returning order 00000005 and not 00000001, because your syntax is "WHERE KUNNR = IP_VBELN. So according to your code, you are asking for the first order for customer 00000001.