In this short article of Trick to Find the list of Smartforms and it’s Include TEXTs (SO10), we would show you a basic stunt to track down the rundown of all the Smartforms in your framework. Have you at any point worked with standard table ‘STXFADMI’? Indeed, this is the storage facility of all the Smartforms in SAP. The depiction of this table is Savvy Structures: Organization – Interal Data. There is a grammatical error in Inside (referenced as Interal). Afterall SAP additionally has designers like us. Let’s get into the Trick to Find the list of Smartforms and it’s Include TEXTs (SO10).
In the event that we check, our framework has a sum of 44 Smartforms including standard and custom. Relatively few, correct? We have more Adobe Structures.
Expect, you don’t have the foggiest idea about the Smartform names, yet you need to sort out all the Standard Text (t-code SO10) utilized in any Smartform. How might you accomplish it?
Source code scanner program ‘RS_ABAP_SOURCE_SCAN’ would come helpful here.
Step 1: Go to SE38 and Execute (F8) Program (RS_ABAP_SOURCE_SCAN)
Give input string searched for — PERFORM %MOVE USING %TEXTKEY-NAME
Input program name — /1BCDWB/*
Input program type– I
Then Execute (F8)
Step 2. From yield get the interior number of Smartform and get Incorporate Text name which is after PERFORM %MOVE Utilizing %TEXTKEY-NAME
When TD Object = ‘TEXT’ then it is SO10 StandardText.
If it is other than STXH -TDOBJECT = ‘TEXT’ it is STXD SAPScript Text, ex: – EKKO, EKPO, MATERIAL, F03 etc. We can check the Standard Text and other Texts on this table STXH or STXL.
Step 3. Pass the SmartForm Internal number to table field (STXFADMI- FMNUMB)
Also, get the Smartform name from field FORMNAME.
Output:
One more opposite method for approving the Smartform and Inward Number blend.
Execute the Smartform in the t-code Smartforms.
A Function Module is generated.
Take the numbers later/SF, for example 00000001 for above model and go to table STXFADMI.
You will get the Smartform name.
- Get the internal FM name.
2. Double tap on the Program Name and get the Incorporate Program Name with F01.
3. Execute Program RS_ABAP_SOURCE_SCAN with the Incorporate Program name (finishing with F01).
What’s more, you get the rundown of TEXTs utilized in the Smartform. For our model Smartform, there are two TEXTs.
In the t-code SO10, assuming you attempt to look with the special case (*), and hit show, you would come by no outcome.
The Trick is to hit the Help, as shown below.
This would bring you to the Find Standard Texts Screen.
Here you would get the entire rundown for any TEXT Id and Language.
This article is just about table STXFADMI, program RS_ABAP_SOURCE_SCAN, and t-code SO10. The vast majority of you could have known about all them, however we thought that it is fascinating. Until we began setting up this post, we had not worked with table STXFADMI.
YOU MAY LIKE THIS
SAP ABAP Interview Questions Real time Expectations
How to Convert JSON Data Structure to ABAP Structure without ABAP Code or SE11?
ABAP for SAP HANA. ALV Report On SAP HANA – Opportunities And Challenges