‎2007 Nov 12 3:34 AM
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 .
‎2007 Nov 12 3:37 AM
Hi Chaata,
Can you explain more as what you require. Do you want to pass this parameter using ABAP or what?
Regards,
Atish
‎2007 Nov 12 3:39 AM
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.
‎2007 Nov 12 3:44 AM
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
‎2007 Nov 12 3:50 AM
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
‎2007 Nov 12 3:56 AM
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