Skip to content

Instantly share code, notes, and snippets.

@bhuvabhavik
Created January 31, 2024 09:47
Show Gist options
  • Save bhuvabhavik/8eaa864e94c8a14f422bb047ecdb09ed to your computer and use it in GitHub Desktop.
Save bhuvabhavik/8eaa864e94c8a14f422bb047ecdb09ed to your computer and use it in GitHub Desktop.
Adobe forms translation
Adobe forms translation
@bhuvabhavik
Copy link
Author

image

@bhuvabhavik
Copy link
Author

other way is direct goto transaltion from adobe froms

@bhuvabhavik
Copy link
Author

image

@bhuvabhavik
Copy link
Author

if sometimes translation desnt work just open the form layout save and activate.

@bhuvabhavik
Copy link
Author

bhuvabhavik commented Jan 31, 2024

HOW TO TRANSLATE TEXT MODULES?

@bhuvabhavik
Copy link
Author

bhuvabhavik commented Jan 31, 2024

HOW TO TRANSLATE TEXT MODULES?

### GO TO SE63

  • other text
  • sap smart form
  • give name of sap text module which you created,
  • choose the languages and edit
  • YOU WILL NOT SEE THE OUTPUT YET BECAUSE..

@bhuvabhavik
Copy link
Author

HOW TO TRANSLATE TEXT MODULES?

### GO TO SE63

  • other text
  • sap smart form
  • give name of sap text module which you created,
  • choose the languages and edit
  • YOU WILL NOT SEE THE OUTPUT YET BECAUSE..

image

because here the language is still english and hardcoded language

@bhuvabhavik
Copy link
Author

bhuvabhavik commented Jan 31, 2024

Unlike smartforms we cant here use sy-langu directly so we need to write a logic for the same.

but ultimately we have to pass sy-langu here anyhow
so lets discuss the logic for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment