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

BDC messagge

Former Member
0 Likes
1,337

Hi Experts,

I had written a BDC for ME22.In one case the BDC is run without any messages(either S or I or E).Did anyone face this issue.

Any idea about this issue.

Advance Thanks...

Regards,

Raj.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,310

Hi ,

Is your record getting entered , can you go to ME23 and see are the changes updated.

can you please check what is the value of sy-subrc when it returns from call transaction.

Basically it should return some type of message.

what you can do is run the transaction manually and see the log that gets generated

Also you can run you bdc in 'A' mode and see what is happening.

Hope it is helpful.

Regards,

Uma Dave

Hi Experts,

I had written a BDC for ME22.In one case the BDC is run without any messages(either S or I or E).Did anyone face this issue.

Any idea about this issue.

Advance Thanks...

Regards,

Raj.

9 REPLIES 9
Read only

Former Member
0 Likes
1,311

Hi ,

Is your record getting entered , can you go to ME23 and see are the changes updated.

can you please check what is the value of sy-subrc when it returns from call transaction.

Basically it should return some type of message.

what you can do is run the transaction manually and see the log that gets generated

Also you can run you bdc in 'A' mode and see what is happening.

Hope it is helpful.

Regards,

Uma Dave

Read only

0 Likes
1,310

Hi,

Thank you for your reply.

I had checked all the points what you mentioned.

Sy-subrc = 0.

Thanks Advance.

Regards,

Raj.

Read only

0 Likes
1,310

So what is the case , can you please share , if you could have some answers for the above queries , then I can help you further.

Regards,

Uma Dave

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,310

forget about the sy-subrc,

Is there any messages displayed in transaction when you run in mode 'A'.

Read only

0 Likes
1,310

Hi,

No message is displaying.

Regards,

Raj.

Read only

0 Likes
1,310

Even when running the BDC in foreground mode?

PS: Please use meaningful subject line in future.

Read only

0 Likes
1,310

Hi Raj ,

Can you please tell me ,

1>when you run the transaction manually , with same data what happens ?

2> when you run the BDC in A mode , any message getting generated ? are you changes get done through your bdc?

Regards,

Uma

Read only

0 Likes
1,310

Can you try creating the same entry manually once .

Read only

Former Member
0 Likes
1,310

Hello

can u please clear what kind of problem u facing ..................