Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Find the function module from a screen

0 Kudos

Hello,
I am new to SAP, im trying to retrieve data from a screen to VS, for example CIC0 want the customer number..
but i cant find the name of the function from the screen it self! if i go to technical help i find few information like program name.

But its not like when you open from /nse37 so you can see the input output ...etc

there is away to find it from the screen itself (I find it very hard to get the right function in /nse37)

4 REPLIES 4

former_member30
Community Manager
Community Manager
0 Kudos

Hi and welcome to the SAP Community!

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with https://community.sap.com/resources/questions-and-answers (if you haven't already), as it provides tips for preparing questions that draw responses from our members. For example, you can outline what steps you took to find answers (and why they weren't helpful) and share screenshots of what you've seen/done. The more details you provide, the more likely it is that members will be able to assist you.

Should you wish, you can revise your question by selecting Actions, then Edit (although once someone answers your question, you'll lose the ability to edit the question -- but if that happens, you can leave more details in a comment).

Finally, if you're hoping to connect with readers, please consider adding a picture to your profile. Here's how you do it: https://www.youtube.com/watch?v=F5JdUbyjfMA&list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS. By personalizing your profile with a photo of you, you encourage readers to respond.

Cheers,

Julia SAP Community Moderator

Sandra_Rossi
Active Contributor
0 Kudos

You have several solutions to help you find the right objects. Either search the Web, or search among the BAPI function modules, or do an SQL trace to search the tables containing the data.

You say "retrieve data from a screen to VS". Do you mean you have a program in a non-SAP programming language, and you want to call a RFC-enabled function module of SAP backend?

0 Kudos

Hello Thanks for answering, im just new to it .
i mean if i open CIC0 i want to read the field X via visual studio with SAP connectors.
but still have issue how to search in the transaction

Sandra_Rossi
Active Contributor
0 Kudos

Yes, SAP connectors use the RFC protocol. Maybe there are some CRM_ORDER* function modules to read data corresponding to CIC0. Another solution is to identify what table contains the field you want, with the SQL trace, and from there it could be easier to ask. Maybe you could edit your question to define CRM as primary tag to get more visibility.