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: 

Debugging RFCs from .NET POS system

Former Member
0 Kudos

POS (Point of sale) system is implemented in .Net for our IS-Retail client.

For all sales related activities done in .Net POS system , will call RFC function modules in IS-retail sap system.

could you please any one guide me, how to debug the ABAP RFC function modules, when we create sales orders from .Net pos system?

5 REPLIES 5

Former Member
0 Kudos

Hi,

Keep an external(HTTP) break point in the RFC module and execute the sales order function from POS system. System will stop at the break point and from there you can continue debugging

award if it helps

Krishna

0 Kudos

Thank you krishna for your reply,,,

Even though keeping external break point in RFC function module of IS-retail sap system, i am unable to enter debug mode,when i crate the sales orders from POS system.

can anybody help me, how to debug RFC function modules in IS-Retails sap system, when i crate the sales orders from POS system???

0 Kudos

it should stop. provided the break point is set in the right system (the system used by pos) and the user connecting to RFC and the user who set the break point should be the same.

0 Kudos

thanks raja.

i am using IS-retail SAP system 4.6 C version.

i am unable to put the HTTP External break point in 4.6c version .

there is no option in sap 4.6c version .

could you please any one guide me, how to debug the ABAP RFC function modules in sap 4.6c version , when we create sales orders from .Net pos system?

0 Kudos

as far as i iknow 4.6C didnt had external break points.

only way to check wether values are getting passed properly is to write some code inthe RFC which can dump the import details to some file system.