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: 

Create/Delete Entries in standard tables AFRH and AFRV

Former Member
0 Kudos

Hello All,

Do we have a function module(which is released) or a BAPI to create and delete entries into standard tables AFRH(Header information for confirmation pool) and AFRV(Confirmation pool)?

I have searched for the same but results were not satisfactory.

Any help and pointers in this regard will be highly appreciated.

Regards,

Farheen

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Try This Function modules

/SAPAPO/TS_RLG_STEPS_DELETE

/SAPAPO/TS_RLG_STEP_CREATE

Ranga

7 REPLIES 7

Former Member
0 Kudos

Hi

Try This Function modules

/SAPAPO/TS_RLG_STEPS_DELETE

/SAPAPO/TS_RLG_STEP_CREATE

Ranga

0 Kudos

Hello,

Thanks for the response.

But the FMs /SAPAPO/TS_RLG_STEPS_DELETE, /SAPAPO/TS_RLG_STEP_CREATE are not available, in ECC 6.0. Is there any other way to create/delete entries.

Regards,

Farheen.

former_member1245113
Active Contributor
0 Kudos

HI Fathima,

To best of my knowledge deleting the records from database table directly is not suggestable as they so many depenedant tables per say foreign key relations

take the help of your FC. possibly write a BDC which do confirmation cancellation or a BAPI which does the same function

regards

Ramchander Rao.K

Former Member
0 Kudos

Thanks for the responses.

0 Kudos

Hi Farheen,

There is one more possibility for you.

Try this.

Go to the se11, execute the table

For instance AFRH

Select any entry, whether you want to delete that entry , edit it or insert a new entry.

NOTE: It should be a SE16 standard list mode ( Settings->Userparameter->SE16 Standard list)

Once that is done.. go to debugging mode by typing in /h in the transaction panel

After that Press enter ( it will initiate the debugging mode)

In that change the variable 'CODE' from SHOW to any other option you want.

Option includes :- EDIT(edit) , INSR(insert) , DELE(delete). There you go.

Hope this helps you in some or other way.

Regards,

Raahil

Former Member
0 Kudos

Hi Farheen,

As per my knowledge, we cannot delete or create the enteries into the tables directly,

There must be some transaction code that will be creating enteries into your required tables.

Or you can execute BDC if possible.

Consult your Functional Consultant.

Hope it helps you

Regrds

Mansi

0 Kudos