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

REGUH and REGUP

Former Member
0 Likes
2,215

Hi experts,

I want add new datas in tables 'reguh' and 'regup'. I want to know if it is possible (not danger) and how can i do for that? The best way to proceed

Thanks

Hi experts,

I want add new datas in tables 'reguh' and 'regup'. I want to know if it is possible (not danger) and how can i do for that? The best way to proceed

Thanks

8 REPLIES 8
Read only

Former Member
0 Likes
1,523

Hi,

Check in those tables whether there is a provision for customising include.For customising include name starts with CI.If it is there then proceed.

Read only

Former Member
0 Likes
1,523

Hi,

Use Insert, Modify, Update Statements

like..

Insert <d.table> from table <internal table>

Modify <d.table> from table <int.table>

Thanks

Murugan.B

Read only

former_member435013
Active Participant
0 Likes
1,523

Hi,

I won't do that. Payment is too much sensible.

You should have described your requirement with more details.

Regards

Walter Habich

Read only

Former Member
0 Likes
1,523

If U want to add fields then U should not do ...

Inserting data is also not allowed ...

U have a FM to update REGUP .. but should not be used ...

Use FM : J_1A_INSERT_REGUP to update regup ..

Read only

0 Likes
1,523

Thanks fr all your answers.

T think the better is using the FM:

'REGUH_CREATE' for creating 'REGUH'

and

'J_1A_INSERT_REGUP' for creating 'REGUP'

Are y agree with me?

NB: Requirement: Add a new functionality to the transaction 'F110'. The functionality is 'banking domiciliation'

Read only

Former Member
0 Likes
1,523

Hi,

Don't even think about it ! it's too risky !!!!

Regards

Raju Chitale

Read only

Pawan_Kesari
Active Contributor
0 Likes
1,523

transaction F110 - payment run is responsible for entries in REGUH, REGUP.. there is s TEST RUN option available there you can use that..

Read only

Former Member
0 Likes
1,523

This message was moderated.