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: 

local class method in module - endmodule

bhakti2
Active Participant
0 Kudos

Hi,

I am not able to call my local class methods inside module - endmodule

I have a simple abap program with a button on the output list to do a process on the output record.

thanks

bhakti.

1 ACCEPTED SOLUTION

bhakti2
Active Participant
0 Kudos

thank you for the responses.
this post answered by question

https://archive.sap.com/discussions/thread/863766

5 REPLIES 5

Sandra_Rossi
Active Contributor
0 Kudos

Technically, there's no restriction to call methods from a dynpro module, whatever they belong to local or global classes.

0 Kudos

thank you , thats very helpful.

matt
Active Contributor

Just a thought, but do you think it might help people to answer your question if you provide information such as, for example, the actual code you've written?

Or must we guess?

bhakti2
Active Participant
0 Kudos

thank you for the responses.
this post answered by question

https://archive.sap.com/discussions/thread/863766

bhakti2
Active Participant

hi Matthew Billingham

sorry i think i wrote it in a hurry. i usualy give ample details to attract more responses. but i didnt give this time because a i thought its not that complex , its common enough to understand quickly. my problem is solved. thanks for your response.