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

Dynamic Selections

Former Member
0 Likes
644

Hi i need to pass one variable(Document number) to FBL3N that is in dynamic selections so how to pass a field in dynamic selection .

5 REPLIES 5
Read only

Former Member
0 Likes
581

Hi Chaata,

Can you explain more as what you require. Do you want to pass this parameter using ABAP or what?

Regards,

Atish

Read only

0 Likes
581

Hi i am swithing over from ABAP program to FBL3N so here i am passing Account Numbers Company COde and i need to pass the Document Number also but it is dynamic selections so how to pass the Document Number to FBL3N.

Read only

0 Likes
581

How are you calling the FBL3N, by SUBMIT or CALL TRANSACTION.

Don't know the best way to deal with this but there is workaround. You can just write a small BDC for FBL3N and then use CALL TRANSACTION.

Regards,

Atish

Read only

0 Likes
581

i am using SUBMIT RFITEMGL via selection-screen WITH SELECTION-TABLE rspar AND RETURN.

like this

can u pls give me some sample code of BDC program for FBL3N pls pls

Read only

0 Likes
581

Hi Chaaya,

I don't have any sample code for FBL3N..sorry. But it is very easy to do it. Just go to SHDB and record the transaction with all the values you want

Then SAP will generate code for you based on that recording.

Regards,

Atish