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: 

BAPI to select a radio button in subscreen of standard screen

Former Member
0 Kudos

Hi All,

I have a requirement ,Please help me in solving this.

I have created a subscreen in sales order which contains 4 radio buttons.

Now i need to write a BAPI to change to radio button B from radio button A.

Can some one explain me how to do this.

Thanks in Advance,

Sri.

4 REPLIES 4

former_member156446
Active Contributor
0 Kudos

bapisaleschange in Se37 will help you find the BAPI in that you can find extensionIN and extensionOut paremeters.. use them to change your custom fields...

Former Member
0 Kudos

Thanksfor reply. My requirement is in Contracts, va42. can you please explain the logic of how i can change/select a radio button using BAPI. Should i create zBAPI or do we have standard BAPI for this.

0 Kudos

if its only the radio button change write a BDC and update it... if there is some thing else...try using BAPI_CUSTOMERCONTRACT_CHANGE u have EXTENSIONIN in tables tab... search the forums on EXTENSIONIN usage and codeing it...

J@Y

0 Kudos

Thank you for the suggestion, But my requirement is in BAPI, Is it not possible using BAPI to do this?

IF its not possible with BAPI then i will use BDC.

Thank you.