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

Problem in inserting the entry in E071 !!!

ankur_sharma16
Active Participant
0 Likes
1,851

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
Read only

gouravkumar64
Active Contributor
0 Likes
1,769

Hi,

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

Gourav.

Read only

0 Likes
1,769

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

Read only

0 Likes
1,769

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.

Read only

0 Likes
1,769

No Ankur,

It is good habbit.carry on.

Gourav

Read only

0 Likes
1,769

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

Read only

0 Likes
1,769

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.

Read only

0 Likes
1,769

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

Read only

0 Likes
1,769

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

Read only

0 Likes
1,769

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

Read only

ankur_sharma16
Active Participant
0 Likes
1,769

Thanks all, RS_CORR_INSERT is working now.