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: 

Problem in inserting the entry in E071 !!!

ankur_sharma16
Active Participant
0 Kudos

Hello Experts,

I want to insert an entry in E071, for that i am using fm RS_CORR_INSERT but entry is not coming in e071.

Please suggest me how to use it.

Regards,

Ankur Sharma

10 REPLIES 10

gouravkumar64
Active Contributor
0 Kudos

Hi,

In a day how u r working on multiple things? u r genius!!!

Gourav.

0 Kudos

Try using TR_OBJECTS_INSERT (or TR_OBJECT_INSERT) instead, read the online documentation and study examples found via where-used list.

Remember to post your tool on SCN once finished, after all the help you received.

Thomas

0 Kudos

Hi gaurav,

I dont know if you are pulling my eg or serious, but thanks anyway. Working on same thing but getting problems, so instead of waiting for solution i am trying to work on both the probs.

0 Kudos

No Ankur,

It is good habbit.carry on.

Gourav

0 Kudos

Thanks Gaurav, but would definitely need all of yours help.

0 Kudos

Hi Thomas,

In fm TR_OBJECTS_INSERT am getting error, invalid call sequence, and in fm TR_OBJECT_INSERT am getting screen asking for package, though am supplying that package name in fm itself.

0 Kudos

You could try TRINT_OBJECTS_CHECK_AND_INSERT which has parameters for no display/no dialog. (This FM is called by TR_OBJECTS_INSERT with parameter iv_with_dialog set)

Regards,

Raymond

0 Kudos

Thanks Raymond Giuseppi, RS_CORR_INSERT did the thing for me. But thanks for sharing knowledge.

0 Kudos

Thanks Raymond Giuseppi, RS_CORR_INSERT did the thing for me. But thanks for sharing knowledge.

ankur_sharma16
Active Participant
0 Kudos

Thanks all, RS_CORR_INSERT is working now.