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: 

Question about buffered internal table in standard FM

0 Kudos

Hi ,

Need some advice. In my program, I'm calling same standard FMs( BAPI_OBJCL_CREATE) 2 times . Inside the first FM, it's populating a global internal table with some values and it not clear while it calling second time. Kindly advice on how can I refresh this internal table (since this table doesn't belongs to my program) .

Thanks in advance.

Regards,

Dhanz

1 ACCEPTED SOLUTION

Former Member
0 Kudos

please use "BAPI_TRANSACTION_COMMIT" after BAPI_OBJCL_CREATE in case you don't.

Let me know if you still face the issue

3 REPLIES 3

Former Member
0 Kudos

please use "BAPI_TRANSACTION_COMMIT" after BAPI_OBJCL_CREATE in case you don't.

Let me know if you still face the issue

0 Kudos

Thanks Saransh Walia for reply.

I have suggest the BAPI_TRANSACTION_ROLLBACK and it accepted.

regards,

Dhanz

0 Kudos

Hi,

Please close the thread if resolved.