Skip to Content
Technical Articles
Author's profile photo arghadip kar

How to do a Search on any SAP Field based on the Value in SAP S/4HANA?

Introduction

This Blog is for anyone and everyone who does not know all the different SAP Table flow and you have a Value and the Field Description.This will help you to find all the hidden tables that the particular data is stored that may be useful for you later. Now how to do this.

You All can check the other blogs which will be useful

https://blogs.sap.com/2020/07/15/how-to-find-sap-table-by-just-knowing-nothing-about-sap-its-true/

https://blogs.sap.com/2020/07/15/how-to-find-the-transaction-code-behind-any-process-area-very-easily/

https://blogs.sap.com/2020/07/15/in-sap-how-to-find-a-table-behind-a-transaction-code/

Solution

Go to Transaction Code SE16T or SE16SL or SE38–> RK_SE16SL

Now I will Search for Vendor A000005004 and Execute

Magic Done It fetches every Table field that has vendor with value A000005004 . Based on this we know this vendor has activity for

  • Purchasing
  • Invoice
  • Purchase Info Record
  • Batches
  • Inventory

 

Now we will check the much Celebrated ACDOCA Table

We will also check the HALL of FAME BSEG table also 🙂

 

Conclusion

This Blog is only available for SAP Version which has Transaction Code SE16T or program name RK_SE16SL

Below is the Video Version

 

 

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Vignesh Veerasamy
      Vignesh Veerasamy

      Hi

      Very useful information.

      I am in S4 Hana 1709 release.

      When trying with SE16SL => some times data is shown and some time it is throwing DUMP unable to find this behavior of system.

      Vignesh V