Application Development and Automation 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: 
Read only

TCode in CRM to upload a file

Former Member
0 Likes
772

Is there any tcode in crm to upload a file in application server

for example in R/3 we have CG3Z

is there any way

Please i need only Transaction code

1 ACCEPTED SOLUTION
Read only

dhirendra_pandit
Active Participant
0 Likes
482

You can make your own custom code with following simple code:-

CALL FUNCTION 'C13Z_FRONT_END_TO_APPL'

EXCEPTIONS

OTHERS = 1.

-Dhirendra

1 REPLY 1
Read only

dhirendra_pandit
Active Participant
0 Likes
483

You can make your own custom code with following simple code:-

CALL FUNCTION 'C13Z_FRONT_END_TO_APPL'

EXCEPTIONS

OTHERS = 1.

-Dhirendra