2012 Aug 10 8:53 AM
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
2012 Aug 10 8:56 AM
Hi,
In a day how u r working on multiple things? u r genius!!!
Gourav.
2012 Aug 10 9:01 AM
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
2012 Aug 10 9:52 AM
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.
2012 Aug 10 9:56 AM
2012 Aug 10 10:26 AM
2012 Aug 10 10:35 AM
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.
2012 Aug 10 11:00 AM
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
2012 Aug 10 11:21 AM
Thanks Raymond Giuseppi, RS_CORR_INSERT did the thing for me. But thanks for sharing knowledge.
2012 Aug 10 11:21 AM
Thanks Raymond Giuseppi, RS_CORR_INSERT did the thing for me. But thanks for sharing knowledge.
2012 Aug 10 10:56 AM