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: 

Pop up in BDC

Former Member
0 Kudos

Hello friends

I'm trying to do BDC on a custom transaction for mass uploading of data.

During normal execution of the transaction, a pop up is thrown and i need to enter certain mandatory data in the pop up. But during BDC this pop up is not coming and the system throws the error "Runtime error OBJECTS_OBJREF_NOT_ASSIGNED has occurred" and terminates the BDC.

Kindly help me if anyone has come across this kind of problem.

Thanks in Advance

4 REPLIES 4

amit_khare
Active Contributor
0 Kudos

Check in the recording the value for the POPup Screen are missing from your BDC.

Regards,

Amit

reward all helpful replies.

Former Member
0 Kudos

Hi Amit

Thanks for the reply.

The pop up isn't thrown automatically.

I need to click on an icon for the pop up to appear. This itself is not happening in BDC.

former_member235056
Active Contributor
0 Kudos

Hi,

Since u r trying to update the custom transaction,it will definitely give u a runtime error as u r trying to overwrite existing master dat which can only be done by basis person as archieving.Asl basis guy to help in the matter.

Regards,

Ameet

Former Member
0 Kudos

Hi Ameet

If the problem was about overwriting master data, then the transaction will not allow me to proceed furthur even during manual execution....but this is happening.

I face the problem only during BDC.