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

BADI CTS_IMPORT_FEEDBACK problem

Former Member
0 Likes
2,800

Hi all,

I need to activate an exit when I import a transport request, to save a custom log (time, user, etc.) in a Z table. So, I found this BADI CTS_IMPORT_FEEDBACK, implement the class, method, and so... but when activate the badi, there is no call for the method FEEDBACK_AFTER_IMPORT in the standard transport program, i.e. exit itself is not working. I look into OSS but there is no note about it.

Can anybody help me? Have anybody worked with this BADI? Do I have to choose another BADI/exit?

Thanks you in advance,

Ricardo

Hi all,

I need to activate an exit when I import a transport request, to save a custom log (time, user, etc.) in a Z table. So, I found this BADI CTS_IMPORT_FEEDBACK, implement the class, method, and so... but when activate the badi, there is no call for the method FEEDBACK_AFTER_IMPORT in the standard transport program, i.e. exit itself is not working. I look into OSS but there is no note about it.

Can anybody help me? Have anybody worked with this BADI? Do I have to choose another BADI/exit?

Thanks you in advance,

Ricardo

7 REPLIES 7
Read only

Former Member
0 Likes
1,877

Ricardo

I noticed the same problem when trying to use this BADI. By any chance have you had any feedback directly from SAP on this issue?

Thanks,

Greg

Read only

Former Member
0 Likes
1,877

I'm also having problems getting this BADI to work. I'm trying to send a mail message from the user-exit and it does not appear that the exit is being called. However the transport log does indicate that the BADI is called. I found this logic in program "RDDFDBCK" line 359.

I can test the BADI method and it works correctly. But I don't receive a mail message after the import of any transports.

Any suggestions appreciated.

Thanks

Jerrod

Read only

0 Likes
1,877

The BAdI is working in our 4.6C system.

However, there are some restrictions:

a) the BAdI is executed with user DDIC (which might explain the e-mail problem described above)

b) the BAdI is called in background (sy-batch = 'X')

Regards

Thomas

Read only

Former Member
0 Likes
1,877

Hi All,

The BADI "CTS_IMPORT_FEEDBACK" Triggers in the program RDDFDBCK . This is usually a Background job run by DDIC . The evidence that it works is I had written a log file to DIR_TRANS Directory opening a file within the BADI.

I am sure that exit works but I have a strange issue that I am trying to capture the transports in a Z table which I am trying to update "Z Table " in BADI. I know that in methods Commit work doesn't work so I created a FM in Update mode .

Even then the issue is not resolved. Any help is greatly appreciated.

Read only

0 Likes
1,877

Hi experts,

i am dealing with the same problem; i try to update a z-table in this method, but haven't found a solution yet...any ideas?

Cheers

Christian

Read only

0 Likes
1,877

Hi,

has anybody a solution for this problem?

Thanks

elisabeth

Read only

0 Likes
1,877

The Report RDDFDBCK runs on Mandant 000.

If you read or write tables in the BADI CTS_IMPORT_FEEDBACK think to specify the right client.